Wednesday, January 6, 2016

How to Start-Stop MySQL Server on CentOS Server

This small post is to explain how you can start/stop/restart MySQL server from command line on CentOS Server.
Stop MySQL Server
  1. # /etc/init.d/mysqld stop
Start MySQL Server
  1. # /etc/init.d/mysqld start
Restart MySQL Server
  1. # /etc/init.d/mysqld restart

Check this out : http://www.niteshluharuka.com/how-to-start-stop-mysql-server-on-centos-server/

No comments:

Post a Comment