Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:mysql:shutdown_and_restart [2007/03/21 01:09] billhdocs:mysql:shutdown_and_restart [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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>