centos linux 中输入service mysql status报错mysql.service could not be found

在CentOS系统中执行'service mysql status'时出现错误提示'mysql.service could not be found'。检查发现环境中虽有MySQL相关文件,但未安装mysql-server服务。解决方法包括:下载mysql-community-release-el7-5.noarch.rpm源,安装源包,然后使用yum安装mysql-server,最后通过'service mysqld start'启动服务。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

输入service mysql status报错

[root@template-centos7 bin]# service mysql status
Redirecting to /bin/systemctl status mysql.service
Unit mysql.service could not be found.

查看环境中有没有mysql,看到在usr目录下又mysql

[root@template-centos7 bin]# whereis mysql
mysql: /usr/lib64/mysql /usr/share/mysql
[root@template-centos7 bin]# chkconfig --list | grep off

或者通过yum list | grep mysql命令来查找yum源中是否有MySQL,看到我的环境中是有的

 

可以看出,总之看不到mysql-server的影子,那么判断环境中没有安装 mysql-server 服务

先下载mysql的repo源

wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

[root@template-centos7 ~]#  wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
--2021-05-25 11:20:43--  http://repo.mysql.com/mysql-community-release-el7-5.noar
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值