Warning: Unit file of mysql.service changed on disk, 'systemctl daemon-reload' recommended.
时间:2016-09-27 11:57:02
收藏:0
阅读:6232
CentOS 7下重启MariaDB的时候出现Warning: Unit file of mysql.service changed on disk, ‘systemctl daemon-reload‘ recommended.
错误,根据提示,
解决方法:
systemctl daemon-reload
正常重启MariaDB
systemctl restart mysql
即可。其他服务出现类似的情况,也可以使用systemctl daemon-reload
来解决。
本文出自 “boyhack” 博客,请务必保留此出处http://461205160.blog.51cto.com/274918/1856836
原文:http://461205160.blog.51cto.com/274918/1856836
评论(0)