DB/MySQL

MySQL

projaewoo 2020. 10. 28. 23:06

MySQL 다운로드

brew install mysql
  • brew 통해서 mysql 다운

 


MySQL 실행

mysql.server start
  • 백그라운드 서비스 없이 mysql 실행
brew services start mysql
  • 백그라운드 서비스로 (?) mysql 실행

 


MySQL 명령어

 


MySQL 시작 문제 해결

  • brew services start mysql
    • 잘 됨
  • mysql.server start
    • PID파일 문제로 시작 안됨

 

 

  • PID파일
    • process ID of the MySQL processes
  •