Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:mysql:shutdown_and_restart [2007/03/21 01:09] – billh | docs: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 ===== | ||
+ | < | ||
+ | mysqladmin -u root -p shutdown | ||
+ | </ | ||
+ | |||
+ | ===== Start/ | ||
+ | < | ||
+ | mysqld & | ||
+ | </ | ||