====== MySQL ====== ===== My Method ===== * setup a Mac OS X startup item for MySQL * use the start, stop, restart parameters for the startup script ===== Shutdown ===== mysqladmin -u root -p shutdown ===== Start/Restart ===== mysqld &