[Solved] FATAL ERROR: please install the following Perl modules before executing /application/mysql/scripts/mysql_install_db: Data::Dumper

I got an error when initializing mysql:

FATAL ERROR: please install the following Perl modules before executing /application/mysql/scripts/mysql_install_db:
Data::Dumper

 

reason:

Missing Data::Dumper in perl module

 

solution:

Install the autoconf library (the Data:Dumper module will be installed when this package is installed)

yum -y install autoconf

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *