CentOS7.x版本初始化MySQL,出现如下错误:

mysqld: error while loading shared libraries: libaio.so.1:cannot open shared object file: No such file or directory

原因是因为:新的服务器没有安装所需依赖导致的。

解决办法,执行如下命令,安装所需依赖即可:

yum install -y libaio

 

相关文章:

  • 2022-12-23
  • 2021-06-24
  • 2022-12-23
  • 2021-04-04
  • 2021-08-29
猜你喜欢
  • 2021-11-17
  • 2021-08-22
  • 2021-10-21
  • 2022-12-23
  • 2021-08-21
  • 2021-10-04
相关资源
相似解决方案