This small post is to explain how you can start/stop/restart MySQL server from command line on CentOS Server.
Stop MySQL Server
- # /etc/init.d/mysqld stop
Start MySQL Server
- # /etc/init.d/mysqld start
Restart MySQL Server
- # /etc/init.d/mysqld restart
No comments:
Post a Comment