错误信息1:

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

解决办法:安装改库

# apt-get install libaio1 -y   注意:是libaio后面有个 1

 继续安装,报错,错误如下

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

解决,安装libnuma1

# apt-get install libnuma1 -y 

接下来就可以正常初始化了。

相关文章:

  • 2022-02-25
  • 2021-10-16
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2021-10-28
  • 2022-12-23
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
  • 2021-07-31
  • 2021-08-13
  • 2021-10-29
相关资源
相似解决方案