![]() |
| Home | Apache | PHP | Ubuntu | MySQL | Linux | HTML | Win | CSS | Perl | Javascript | Rants | Retro |
|
||
| 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. |