安装mysql在初始化的时候,出现/usr/local/mysql/bin/mysqld:error while loading shared libraries:libaio.so.1 :cannot open shared object file:NO such file or directory

解决方法:

<P>type the following</P>
<P>apt-get install libaio1 libaio-dev</P>
<P>On Redhat /Fedora/CentOS:</P>
<P>yum install libaio</P>

相关文章:

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