Home > Uncategorized > How to stop and Start MySQL

How to stop and Start MySQL

November 11th, 2009 Leave a comment Go to comments


Install MySQL:

sudo apt-get install mysql-server

Start:

/etc/init.d/mysql start

Stop:

/etc/init.d/mysql stop

Restart:

/etc/init.d/mysql restart

Check the status of MySql server:

/etc/init.d/mysql status

Categories: Uncategorized Tags:
  1. No comments yet.
  1. No trackbacks yet.