码迷,mamicode.com
首页 > 数据库 > 详细

阿里云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      收藏:0      [点我收藏+]

标签:阿里   dev   color   erro   error   info   img   数据   har   

  在阿里云服务器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

技术图片

 

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

标签:阿里   dev   color   erro   error   info   img   数据   har   

原文地址:https://www.cnblogs.com/chenyanbin/p/14192610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!