Mysql下载安装:http://blog.csdn.net/yuxiangaaaaa/article/details/54018907
一、启动方式
1、使用 service 启动:service mysqld start
2、使用 mysqld 脚本启动:/etc/init.d/mysqld start
3、使用 safe_mysqld 启动:safe_mysqld&
二、停止
1、使用 service 启动:service mysqld stop
2、使用 mysqld 脚本启动:/etc/init.d/mysqld stop
3、mysqladmin shutdown
三、重启
1、使用 service 启动:service mysqld restart
2、使用 mysqld 脚本启动:/etc/init.d/mysqld restart
四、查看运行状态
1、使用 service 启动:service mysql status
2、使用 mysqld 脚本启动:/init.d/mysqld status