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