Restart a MySQL Server on Debian / Ubuntu Linux
Posted: April 24th, 2009 | Author: vid | Filed under: Development | Tags: administration, basic, mysql, open source | 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