阿里云Centos7 安装mysql5.7 报错:./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

时间:2020-12-31 11:58:26   收藏:0   阅读:0

  在阿里云服务器Centos7中安装mysql5.7,解压数据库初始化后,报错

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

技术图片

 

检查是否安装libaio

rpm -qa|grep libaio 

若不存在,安装这个包即可

yum install  libaio-devel.x86_64

技术图片

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!