2009-08-20

mySQL vagaries

So having to mess around with mysql, I picked up a few things of interest:

Stopping and Restarting MySQL Server

To stop your mysql server:

mysqladmin -u root -p
shutdown


To start your mysql server:

mysqld_safe &




No comments:

Post a Comment