教程集 www.jiaochengji.com
教程集 >  数据库  >  mysql  >  正文 mysql报错:error while loading shared libraries..

mysql报错:error while loading shared libraries..

发布时间:2023-04-30   编辑:jiaochengji.com
教程集为您提供mysql报错:error while loading shared libraries..等资源,欢迎您收藏本站,我们将为您提供最新的mysql报错:error while loading shared libraries..资源
今天下午在使用mysql时突然发现它提示 error while loading shared libraries. libaio.so.1: cannot open shared object file: No such file or directory错误了,下面我来介绍此问题解决办法。


在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

在Redhat/Fedora/CentOS系统:

 
yum install libaio

您可能感兴趣的文章:
无法读取mysql库文件的故障排除
MySQL启动错误Starting MySQL.Manager of pid-file quit without updating file.[FAILED]
使用super-smack测试mysql数据库性能
ubuntu 11.10下安装mysql5.5.25的过程以及遇到的问题
linux下安装python后不能运行怎么办
配置持久化消息队列memcacheQ
phpmyamdin安装出现Warning: require(./libraries/Error_Handler.class.php) 错误解决办法
fedora20+Nginx+Mysql+PHP配置教程
mysql同步中断报错 [ERROR] Slave: Query caused different errors
安装MysQL出现No curses/termcap library found错误的解决方法

[关闭]
~ ~