How to Start / Stop Mysql Service in Linux

This is how you can start or stop your MySQL service in linux environment.

1)  /etc/init.d/mysql start    —-To start MySQL service

/etc/init.d/mysql stop     —-To stop MySQL service

2)  service mysqld start
service mysqld stop
service mysqld restart


About this entry