1. 程式人生 > >安裝mysql報錯解決方法

安裝mysql報錯解決方法

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報錯解決方法