Skip to content
On this page

mysql 서버 시작 또는 재시작 하기(MAC)

  1. MAC

mysql 서버 시작

mysql.server start

mysql 서버 재시작

mysql.server restart
  1. Linux

mysql 서버 시작

service mysql start systemctl start mysql.service

mysql 서버 재시작

service mysql restart systemctl restart mysql.service

여기 자료 참고할것

https://heytech.tistory.com/207

https://velog.io/@taelee/mysql-서버-시작-또는-재시작-하기MAC