报错“FATAL ERROR: please install the following Perl modules before executing /application/mysql/scripts/mysql_install_db: Data::Dumper”
初始化mysql时出现错误:
FATAL ERROR: please install the following Perl modules before executing /application/mysql/scripts/mysql_install_db:
Data::Dumper
原因:
缺少perl模块中的Data::Dumper
解决方案:
安装autoconf库(此包安装时会安装Data:Dumper模块)
yum -y install autoconf