启动MySQL时报错:
MySQL server PID file could not be found!
ERROR! The server quit without updating PID file(/var/lib/mysql/L1.id)

我用如下方法解决了这个问题:

sudo vim /etc/selinux/config

将SELINUX=enforcing改为disabled

centos7启动MySQL时报错:MySQL server PID file could not be found!

然后重新启动虚拟机就好了。

相关文章:

  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-07-11
  • 2021-05-26
  • 2021-09-09
猜你喜欢
  • 2021-08-08
  • 2021-12-04
  • 2022-12-23
  • 2021-11-08
相关资源
相似解决方案