码迷,mamicode.com
首页 > 数据库 > 详细

MySQL启动与关闭

时间:2018-08-06 00:46:39      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:start   down   启动   方法   style   init.d   star   init   xxx   

[root@localhost ~]# /etc/init.d/mysqld start    # 启动 MySQL,实际上是调用 mysqld_safe 程序来启动
[root@localhost ~]# /etc/init.d/mysqld stop    # 关闭 MySQL,实际上是直接 kill $mysql_pid,不推荐使用这种方法
[root@localhost ~]# mysqladmin -uxxx -pxxx shutdown    # 优雅地关闭 MySQL,推荐使用这种方法,可以写到启动脚本里

 

 

 

 

    

MySQL启动与关闭

标签:start   down   启动   方法   style   init.d   star   init   xxx   

原文地址:https://www.cnblogs.com/pzk7788/p/9427861.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!