安装mysql报错解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装mysql报错解决方法相关的知识,希望对你有一定的参考价值。

报错1:

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

解决办法:

# yum install libaio* -y


报错2:

FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:

Data::Dumper

解决办法:

# yum install -y perl-Data-Dumper

以上是关于安装mysql报错解决方法的主要内容,如果未能解决你的问题,请参考以下文章

编译安装mysql5.6.29及安装报错的解决方法

mysql 导入数据库时,报错1840的解决方法

mysql链接报错1045:Access denied for user root@localhost解决方法

解决python2安装MySQL-python模块报错

Windows下安装MySQLdb(mysql-python)报错解决

未解决MySql安装出现ERROR 1405(28000)