Agile Development. more fun less stress.

Restart a MySQL Server on Debian / Ubuntu Linux

Posted: April 24th, 2009 | Author: vid | Filed under: Development | Tags: , , , | No Comments »

Here are some basic commands for MySQL.

To start the server type:

/etc/init.d/mysql start

To stop the server:

/etc/init.d/mysql stop

To restart:

/etc/init.d/mysql restart


Leave a Reply