初始化數據庫默認命令:./scripts/mysql_install_db --user=mysql --datadir=/data/mysqlmysql
報錯信息:sql
-bash: ./scripts/mysql_install_db: /usr/bin/perl: 壞的解釋器: 沒有那個文件或目錄、數據庫
解決方法:bash
yum install perl gcc kernel-develide
2. 報錯信息:
spa
[root@localhost mysql]# ./scripts/mysql_install_db --user=mysql --datadir=/data/mysqlip
FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:ci
Data::Dumperit
解決方法:io
yum install -y autoconf
3. 報錯信息:
[root@localhost mysql]# ./scripts/mysql_install_db --user=mysql --datadir=/data/mysql
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 -y libaio-devel