当前位置:Gxlcms > 数据库问题 > CentOS7安装mysql后无法启动服务,提示Failed to start mysqld.service: Unit not found

CentOS7安装mysql后无法启动服务,提示Failed to start mysqld.service: Unit not found

时间:2021-07-01 10:21:17 帮助过:1969人阅读

:需要更新你的yum源,保证yum源最新。

 

1.安装:

yum install -y mariadb-server

 

2.启动maria DB服务:

systemctl start mariadb.service

 

(说明:CentOS 7.x开始,CentOS开始使用systemd服务来代替daemon,原来管理系统启动和管理系统服务的相关命令全部由systemctl命令来代替。)

 

3.将mariadb服务添加至开机自启动:

systemctl enable mariadb.service

CentOS7安装mysql后无法启动服务,提示Failed to start mysqld.service: Unit not found

标签:style   开始   mysq   mysqld   相关   原来   提示   yum源   管理   

人气教程排行