So having to mess around with mysql, I picked up a few things of interest:
mysqladmin -u root -p
shutdown
To start your mysql server:
mysqld_safe &
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