1.설치

brew install mysql

버전 확인 

mysql -V

2. 서버 켜기 

mysql.server start

3. 초기설정 

mysql_secure_installation

3. 실행

mysql - u root -p

4. 종료

mysql.server stop

'Computer Science > Database' 카테고리의 다른 글

[MySQL] MySQL Client  (0) 2020.08.15
[Database] Internet & Database  (0) 2020.08.15
[SQL] table 완성하기  (1) 2020.08.07
[SQL] create table  (0) 2020.08.07
[MySQL] MySQL Moniter  (0) 2020.08.05

+ Recent posts