小白!求问这个mysql数据库怎么取消开机自启
Tofloor
poster avatar
186******50
deepin
2018-05-31 04:19
Author
如题   怎么取消这个自启   我想打开再打开


设置自启 用的   
chkconfig mysql on

这个命令

Reply Favorite View the author
All Replies
avatar
186******50
deepin
2018-05-31 04:23
#1
chkconfig mysql off   难道是这个
Reply View the author
avatar
130******12
deepin
2018-05-31 04:28
#2
https://bbs.deepin.org/post/157318
chkconfig mysql off   难道是这个

yes的!!!
Reply View the author
avatar
iminto
deepin
2018-05-31 04:32
#3

不是 这是老版本的。

应该是
  1. systemctl disable mysql
Copy the Code
Reply View the author