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
./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了
本文介绍了一种常见的MySQL初始化过程中遇到的错误:找不到libaio.so.1共享库文件,并提供了详细的解决方案,即通过使用yum命令安装libaio来解决该问题。
8977





