Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== MySQL ====== ===== My Method ===== * setup a Mac OS X startup item for MySQL * use the start, stop, restart parameters for the startup script ===== Shutdown ===== <code> mysqladmin -u root -p shutdown </code> ===== Start/Restart ===== <code> mysqld & </code> docs/mysql/shutdown_and_restart.txt Last modified: 2008/08/03 00:25by 127.0.0.1