MySQL Bounce



To stop Mysql:

  • Login as root user in linux and enter the command: service mysql stop.



To start Mysql:


  • Login as root user in linux and enter the command: service mysql start.



To restrat Mysql:


  • Login as root user in linux and enter the command: service mysql restart.