본문 바로가기

IT/Trouble shooting

[ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

mysql table에 대한 유저를 지정하여 해결할 수 있다


1. mysql 설치 경로로 이동

 cd /usr/local/mysql 


2. 초기 테이블 생성

 scripts/mysql_install_db --user=mysql 

이 후 /usr/local/mysql/bin/mysqld_safe & 하면 에러 없이 실행된다.