1.service mysql start;
报错:mysql is neither service nor target!?
解决方式:
systemctl unmask mysql.service
service mysql start
MYSQL随笔二十一 mysql is neither service nor target!?(suse12)
阅读 28
2022-07-12
1.service mysql start;
报错:mysql is neither service nor target!?
解决方式:
systemctl unmask mysql.service
service mysql start
相关推荐
精彩评论(0)