Hi, As lion server doesn't include mysql, I installed it manually. But server doesn't start when I boot my computer. Here is the console messages : 14/08/11 09:02:08,906 com.apple.SystemStarter: Starting MySQL database server 14/08/11 09:02:09,923 SystemStarter: MySQL 5.5.15-community (124) did not complete successfully 14/08/11 09:02:09,924 SystemStarter: /Library/StartupItems/MySQLCOM If I start manually with this command : sudo /Library/StartupItems/MySQLCOM/MySQLCOM start It says "Starting MySQL database server", but sometimes it works, other mysql doesn't start... Thanks, Marc.
delete etc/my.cnf try again or uninstall mysql http://johnmcostaiii.net/2011/removing-mysql-osx-lion/ and install again http://www.djangoapp.com/blog/2011/07/24/installation-of-mysql-server-on-mac-os-x-lion/
After delete etc/my.cnf please copy this file sudo cp /usr/local/mysql/support-files/my-small.cnf /etc/my.cnf
Thanks very very much, this worked perfectely : sudo cp /usr/local/mysql/support-files/my-small.cnf /etc/my.cnf