./bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file:


root@bigdata-159:/usr/local/mysql# ./bin/mysqld -- defaults-file=/etc/my.cnf --initialize --user=mysql
./bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
 
解决方法:

[root@example.com data]# yum install -y libaio  //安装后在初始化就OK了

 

也有的人说

使用这个命令才能解决这个问题,yum install -y libaio.so.1

 

如果你用的第一个没有用的话,那你再用第二个命令试试


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM