Every time I start my system. I have to run a command
sudo /usr/local/mysql-5.5.9-osx10.6-x86_64/support-files/mysql.server start
to start mysql. How can I start it automatically on login (System start)?
feedback
|
|
How did you install MySQL? There are official installer packages for OS X, that have an installer for a startup item and a preference pane for System Preferences to easily toggle auto-start of MySQL. | |||||
feedback
|
|
Don't know how you installed MySQL, but if you have a MySQL symlink in
For info on update-rc.d use:
| ||||
|
feedback
|