问题:

Linux下重启mysql:

systemctl restart mysqld

出现以下错误:

Error getting authority: Error initializing authority: Could not connect: Resource temporarily unavailable (g-io-error-quark, 27)

 

解决方法:

wget https://copr.fedorainfracloud.org/coprs/jsynacek/systemd-backports-for-centos-7/repo/epel-7/jsynacek-systemd-backports-for-centos-7-epel-7.repo -O /etc/yum.repos.d/jsynacek-systemd-centos-7.repo
yum update systemd

 

希望对各位有所帮助。

相关文章:

  • 2021-08-26
  • 2021-08-13
  • 2021-09-18
  • 2021-07-10
  • 2021-08-31
  • 2021-05-27
  • 2022-12-23
  • 2022-02-02
猜你喜欢
  • 2021-10-13
  • 2022-01-01
  • 2021-10-22
  • 2022-12-23
  • 2021-10-06
  • 2021-09-18
相关资源
相似解决方案