看到这个的时候,觉得不是特别爽:/usr/local/mysql/bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
然后很纠结,于是想办法解决,其实很容易;
On Debian, if you get the error:
/usr/local/mysql/bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
type the following
apt-get install libaio1 libaio-dev
On Redhat/Fedora/CentOS:
yum install libaio