在CentOS7中,无法启动MySQL [英] In CentOS7, can not start MySQL

查看:423
本文介绍了在CentOS7中,无法启动MySQL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在CentOS7上使用MySQL. 使用yum安装了MySQL软件包.

I want use MySQL on CentOS7. installed MySQL package using yum.

[root@node01 ~]# yum install mysql mysql-*

然后

[root@node01 ~]# systemctl start mysqld.service
Failed to issue method call: Unit mysqld.service failed to load: No such file or directory.

我无法执行MySQL.我该如何解决这个问题?

i can not execute MySQL. How can i solve this problem?

推荐答案

运行时

yum install mysql

默认情况下,

命令会安装mariadb而不是mysql.因此,请尝试以下命令

command by default it installs mariadb not mysql. so try this following command

yum list installed | grep mariadb

如果缺少mariadb服务器,请尝试以下命令

if mariadb-server is missing try this following command

yum install mariadb-server

它将安装服务器软件包,然后启动服务

it installs the server package then start the service

systemctl start mariadb

service mariadb start

我的问题已通过这种方式解决. 谢谢

My issue is solved in this way. Thanks

这篇关于在CentOS7中,无法启动MySQL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆