mysql无法初始化 报错 error while loading shared libraries: libaio.so.1
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql无法初始化 报错 error while loading shared libraries: libaio.so.1相关的知识,希望对你有一定的参考价值。
仔细看了一下,这个错误是在执行./scripts/mysql_install_db --user=mysql & 的时候出现的。
于是安装了一下libaio
ubuntu:apt-get install libaio-dev
centos:yum install libaio
再次执行./scripts/mysql_install_db --user=mysql & 成功
启动mysql成功。
成功安装。
顺便说一下,包的作用是为了支持同步I/O。对于数据库之类的系统特别重要,因此在linux上安装数据库软件,就需要安装libaio.
以上是关于mysql无法初始化 报错 error while loading shared libraries: libaio.so.1的主要内容,如果未能解决你的问题,请参考以下文章
mysql5.7初始化密码报错 ERROR 1820 (HY000): You must reset your password using ALTER USER statement
MySQL初始化之后登陆不进去,error:‘Access denied for user‘root‘@‘localhost‘(using password:NO)‘报错
Mariadb初始登陆报错 ERROR 1045 (28000) 的解决办法
Mysql报错Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't