MysqlCentOS7启动MySQL报错Failed to start mysqld.service

Posted 信息技术家园

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MysqlCentOS7启动MySQL报错Failed to start mysqld.service相关的知识,希望对你有一定的参考价值。

今日发现数据库启动不起来了,输入输入如下的命令重启mysql,却发现报错。

# systemctl start mysql.service
要启动MySQL数据库是却是这样的提示:Failed to start mysqld.service: Unit not found


解决方法如下:

首先需要安装mysql-server

# yum install -y mysql-server


其次启动服务

# systemctl start mysqld.service


最后添加到开机启动

# systemctl enable mysqld.service


之后连接数据库 mysql 命令

mysql -u root -p

show database;

show tables;

以上是关于MysqlCentOS7启动MySQL报错Failed to start mysqld.service的主要内容,如果未能解决你的问题,请参考以下文章

lnmp下启动mysql报错 The server quit without updating PID file

mysqlcentos7下mysql的安装以及基本操作

mysql数据库报错,请问如何处理?com.mysql.jdbc.CommunicationsException: Communications link fail..

SpringBoot整合mybatis报错:com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link fail

安装xampp之后报错XAMPP: Starting Apache...fail.

sqlserver数据导入问题:报错“对COM组件的调用返回了错误HRESULT E_FAIL”