linux start mysql

https://www.cnblogs.com/hunter007/articles/2251795.html

 

启动与停止   

1、启动  

MySQL安装完成后启动文件mysql在/etc/init.d目录下,在需要启动时运行下面命令即可。  

[root@test1 init.d]# /etc/init.d/mysql start 

或者:service mysql start

 

2、停止 

service mysql stop

linux start mysql

上一篇:业务系统数据库设计经验总结(七)-强制使用选定索引


下一篇:MongoDB | 安装使用以及 CRUD 操作