我是靠谱客的博主 传统夕阳,最近开发中收集的这篇文章主要介绍Failed to start mysql.service Unit not found.,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
执行完yum安装命令后发现竟然无法启动错误提示如下
[root@localhost ~]# systemctl start mysql.service
Failed to start mysql.service: Unit mysql.service not found.
查了半天资料,终于了解到MariaDB代替了mysql数据库
因此用上述命令启动不起来,正确的方法如下
# yum install mariadb -y //如果已安装可以省略
# systemctl start mariadb.service //启动服务
# systemctl enable mariadb.service //开机启动服务
# mysql -u root -p //登录mysql
最后
以上就是传统夕阳为你收集整理的Failed to start mysql.service Unit not found.的全部内容,希望文章能够帮你解决Failed to start mysql.service Unit not found.所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复