osx - mac mysql after reboot -


after reboot try start using mysql on mac (10.6.5), get

can't connect local mysql server through socket ' tmp mysql.sock' 2 

i fix

cd /usr/local/mysql  sudo echo sudo ./bin/mysqld_safe & /usr/local/mysql/bin/mysql test 

so question (noob)... how avoid having type start mysql?? there can start easily? thanks!!!

there system preferences app can download , install. has option "start mysql on boot".

mysql preferences pane


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -