Chinaunix首页 | 论坛 | 博客
  • 博客访问: 256171
  • 博文数量: 37
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 378
  • 用 户 组: 普通用户
  • 注册时间: 2015-12-19 22:03
文章分类
文章存档

2018年(9)

2017年(11)

2016年(17)

我的朋友

分类: Mysql/postgreSQL

2016-03-18 19:38:45

在安装mysql过程,执行.scriptsmysql_install_db --user=mysql 初始化Mysql的是提示usrlocalmysqlbinmysqld error while loading shared libraries libaio.so.1 cannot open shared object file No such file or directory。错误的意思在加载共享库文件时,无法打开共享对象库文件,缺少libaio
解决方法:
yum install libaio
 然后重新执行.scriptsmysql_install_db --user=mysql即可。
阅读(1830) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~