티스토리 뷰
Creating MySQL database through terminal
When your root password is generated
/usr/local/mysql/bin/mysql -uroot -p
When the password is not generated
/usr/local/mysql/bin/mysql -uroot
Enter your mysql password
To check your databases
SHOW DATABASES;
To create a database
CREATE DATABASE 'the name of database';
To check the created database
SHOW DATABASES;
To quit
QUIT;
'Programming' 카테고리의 다른 글
DataGrip serverTimezone Error (0) | 2019.08.12 |
---|---|
MySQL commands (0) | 2019.07.31 |
git commands (0) | 2019.03.07 |
MVC pattern (0) | 2019.03.04 |
Static URL & Dynamic URL (0) | 2019.02.28 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- math.abs
- C++
- equals()
- 프로그래머스 알고리즘
- 프로그래머스
- hackerrank
- Javascript Algorithm
- code refactoring
- hackerrank javascript
- easy algorithm
- rest parameter
- algorithm
- math.max
- easy javascript algorithm
- hackerrank javascript solution
- string class in java
- 프로그래머스 알고리즘문제
- javascript
- hackerrank solution
- Collection Framework
- ... in Javascript
- compareTo()
- Object type casting
- spring boot application
- HackerRank Algorithm
- substring()
- HashMap
- repeat()
- 알고리즘
- java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함