How to create MySQL database table using terminal on Mac
Creating MySQL database through terminal When your root password is generated/usr/local/mysql/bin/mysql -uroot -pWhen the password is not generated/usr/local/mysql/bin/mysql -uroot Enter your mysql password To check your databasesSHOW DATABASES;To create a databaseCREATE DATABASE 'the name of database';To check the created databaseSHOW DATABASES;To quitQUIT;
Programming
2019. 3. 13. 03:21
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- repeat()
- 알고리즘
- math.max
- rest parameter
- substring()
- hackerrank solution
- HashMap
- easy javascript algorithm
- hackerrank javascript solution
- hackerrank javascript
- Javascript Algorithm
- code refactoring
- math.abs
- compareTo()
- java
- string class in java
- easy algorithm
- ... in Javascript
- equals()
- C++
- 프로그래머스
- spring boot application
- algorithm
- Object type casting
- 프로그래머스 알고리즘문제
- Collection Framework
- javascript
- hackerrank
- 프로그래머스 알고리즘
- HackerRank Algorithm
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
글 보관함