返回顶部
首页 > 资讯 > 数据库 >Job for mysqld.service failed because the control process exited with error code.
  • 233
分享到

Job for mysqld.service failed because the control process exited with error code.

mysql数据库java 2023-08-16 14:08:31 233人浏览 薄情痞子
摘要

安装完成Mysql,启动时报以下错误: Job for mysqld.service failed because the control process exited with error code. See "systemctl sta

安装完成Mysql,启动时报以下错误:

Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details.

通过百度翻译如下:
mysqld.service 的作业失败,因为控制进程退出并显示错误代码。有关详细信息,请参阅 “systemctl status mysqld.service” 和 “journalctl -xe”。
得到的结论时与进程相关

解决方法

先查询一下mysql的进程

ps -aux|grep mysql

在这里插入图片描述
直接简单粗暴的吧红框的两个进程杀掉

kill -9 1455 123084

每个人的进程号都不一样,注意观察,如果出现
-bash: kill: (123084) - 没有那个进程以下错误,再重新输入第一命令,然后再杀掉即可,当这两个进程都杀过后输入以下命令:

service mysqld status

出现以下结果即数据库服务启动在这里插入图片描述

特别提醒:当两个进程都被杀掉后再次查询依然会有MySQL的进程此时不必再次杀掉进程直接查看服务是否启动即可。

因为系统的差异性,此方法在本人使用完美解决,但不一定适合每个人每台计算机,感谢理解

来源地址:https://blog.csdn.net/yujinlong2002/article/details/128555984

您可能感兴趣的文档:

--结束END--

本文标题: Job for mysqld.service failed because the control process exited with error code.

本文链接: https://lsjlt.com/news/371490.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作