할머니의 콤퓨타 도전기

macOS MySQL 설치 및 설정 본문

Settings

macOS MySQL 설치 및 설정

ji.o.n.e 2020. 7. 15. 10:03

1. brew update

2. brew search mysql : 설치할 MySQL 명칭 확인

3. brew install mysql

4. brew list : 설치 목록 확인

5. mysql.server start 

6. mysql_secure_installation


MySQL 서버 시작 > mysql.server start

MySQL 설정 > mysql_secure_installation

MySQL DB 로그인 > mysql -uroot -p

MySQL DB 로그아웃 > exit or quit

MySQL 서버 종료 > mysql.server stop

'Settings' 카테고리의 다른 글

VSCode 단축키 정리  (0) 2021.05.12
macOS Jupyter Notebook 설치  (0) 2020.10.28
macOS VSCode C/C++ 초기세팅  (0) 2020.07.31
macOS Tomcat 8 설치  (0) 2020.07.31
Comments