Home Apache PHP Ubuntu MySQL Linux HTML Win CSS Perl Javascript Rants Retro
 
Print This Page
Date Posted: Thursday 04th of February 2010 | Category: MySQL
Start, Stop, Restart MySQL Server in Ubuntu.
To start, stop or restart MySQL server in Ubuntu, open the terminal and enter the following commands:-

sudo /etc/init.d/mysql start

sudo /etc/init.d/mysql stop

sudo /etc/init.d/mysql restart

You will be required to enter your root password.