If you are using MySQL on Debian/Ubuntu Linux then use following command:
Start mysql server
1 |
/etc/init.d/mysql start |
Stop mysql server
1 |
/etc/init.d/mysql stop |
Restart mysql server
1 |
/etc/init.d/mysql restart |