How Start, Stop, Restart MySQL in Ubuntu

Three useful commands you can run in your Ubuntu to manage your MySQL.

Start

/etc/init.d/mysql start

Stop

/etc/init.d/mysql stop

Restart

/etc/init.d/mysql restart

Leave a Reply

Your email address will not be published. Required fields are marked *