Centos 7 yum install mysql 安装mariadb 后无法启动

yum install MysqL 显示 MysqL 安装完成,但service MysqL status,service MysqL start 均提示失败,数据库无法登陆。 [root@ansible flask_sqlalchemy]# service MysqL status Redirecting to /bin/systemctl status MysqL.service ● MysqL.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) [root@ansible flask_sqlalchemy]# service MysqL start Redirecting to /bin/systemctl start MysqL.service Failed to start MysqL.service: Unit MysqL.service Failed to load: No such file or directory. [root@ansible flask_sqlalchemy]# MysqL -u root ERROR 2002 (HY000): Can't connect to local MysqL server through socket '/var/lib/MysqL/MysqL.sock' (2) 解决方法

yum install mariadb-server -y

systemctl start mariadb.service

systemctl enable mariadb.service

MysqL 参考:http://www.centoscn.com/CentosBug/softbug/2016/0115/6660.html 数据库可以登陆,但是service MysqL 仍然提示上述错误,原因还需进一步分析。

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native