Mysql – Snow Leopard: MySQL doesn’t start

macMySQLosx-snow-leopard

I have updated to Snow Leopard and I removed mysql by following this post: http://forums.mysql.com/read.php?11,75256,255853#msg-255853

After that I have installed the mysql 64 bit community edition, but using the prefpane MySQL doesn't start.

Using the terminal gives us some more informations, but I don't know how to interpret them:

stefansmac:~ stefan$ cd /usr/local/mysql-5.1.42-osx10.5-x86_64/bin/
stefansmac:bin stefan$ sudo ./mysqld_safe
100105 13:56:35 mysqld_safe Logging to '/usr/local/mysql-5.0.51b-osx10.5-x86//stefansmac.local.err'.
100105 13:56:35 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql-5.0.51b-osx10.5-x86/
100105 13:56:35 mysqld_safe mysqld from pid file /usr/local/mysql-5.0.51b-osx10.5-x86//stefansmac.local.pid ended

Best regards

Best Answer

After adding the /usr/local/mysql/bin path to PATH I get the following error when executing ./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
Related Topic