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