如何启动/停止/重启MySQL
一、启动
1、使用 service 启动:service mysqld start
2、使用 mysqld 脚本启动:/etc/inint.d/mysqld start
二、停止
1、使用 service …