二进制安装mysql初始化出现:
Installing MySQL system tables.../usr/local/mysql/bin/mysqld: error while loading shared原因:缺少libaio库文件
解决方法:
yum install libaio* -y