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
- HackerRank Algorithm
- Collection Framework
- hackerrank javascript solution
- compareTo()
- substring()
- 프로그래머스 알고리즘문제
- math.max
- hackerrank javascript
- equals()
- 프로그래머스
- hackerrank solution
- Javascript Algorithm
- code refactoring
- 알고리즘
- math.abs
- javascript
- C++
- repeat()
- easy javascript algorithm
- Object type casting
- algorithm
- 프로그래머스 알고리즘
- easy algorithm
- java
- HashMap
- string class in java
- rest parameter
- hackerrank
- ... in Javascript
- spring boot application
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함