설치 

-> brew mysql

버전 체크 

->mysql -version

삭제

->brew uninstall mysql

rm -rf /usr/local/var/mysql

rm /usr/local/etc/my.cnf

아래버전 다운로드

brew install mysql@5.7

 

실행

-> mysql.server start

 

mysql을 데몬으로 실행

->brew services start mysql

 

재 시작

-> brew services restart mysql

 

데몬으로 실행되고 있는 프로그램들 보기

->brew services list

 

종료

->mysql.server stop

->brew services stop mysql

 

+ Recent posts