错误详细信息:

./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-09-26
  • 2022-12-23
  • 2021-09-06
  • 2022-12-23
  • 2021-04-03
  • 2021-07-21
  • 2021-08-31
猜你喜欢
  • 2021-11-17
  • 2021-10-21
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案