카테고리 없음

[mysql] Snow Leopard : MySQL이 시작되지 않음

행복을전해요 2021. 1. 11. 16:40

/ usr / local / mysql / bin 경로를 PATH에 추가 한 후 ./mysqld를 실행할 때 다음 오류가 발생합니다.

100105 14:14:11 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql-5.0.51b-osx10.5-x86/ is case insensitive
100105 14:14:11 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

100105 14:14:11 [ERROR] Aborting

100105 14:14:11 [Note] ./mysqld: Shutdown complete
-------------------

사용자 /usr/local/mysql-5.0.51b-osx10.5-x86/가 디렉토리를 소유하고 있는지 확인하십시오 mysql. 그건:sudo chown -R mysql /usr/local/mysql-5.0.51b-osx10.5-x86/



출처
https://stackoverflow.com/questions/2006117