报错“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

 

posted @ 2022-06-13 22:59  屯子里唯一的架构师  阅读(31)  评论(0)    收藏  举报