본문 바로가기
데이터베이스/MySQL

macOS 환경 터미널에서 mysql 사용 명령어

by devebucks 2020. 11. 7.
728x90

macOS 환경 터미널에서 mysql 사용 명령어

 

- mysql 실행

mysql.server start

- mysql 비밀번호 설정

mysql_secure_installation

mysql root 로그인

mysql -uroot -p

- mysql 설정 확인

status;

 

728x90

댓글