1.  到提示报错的mysql.pid 不存在的目录下  使用 touch 命令创建mysql.pid文件。    theconment/   touch mysql.pid

2. vim mysql.pid 在里面随便输入一个数字(它表示一个进程id,比如6789) 保存退出  (如果还有错,修改这个数字 继续尝试)

3.重启mysql  。  service mysqld start.

原文:https://blog.csdn.net/qq_39127024/article/details/83625137

相关文章:

  • 2021-08-05
  • 2021-05-05
  • 2021-09-25
  • 2021-12-25
  • 2021-07-13
  • 2022-01-13
  • 2022-12-23
  • 2021-04-03
猜你喜欢
  • 2021-07-18
  • 2021-04-20
  • 2021-12-01
  • 2021-12-14
  • 2021-10-18
  • 2021-07-28
相关资源
相似解决方案