执行 ./mysql_install_db 报错ERROR

[[email protected] scripts]#
./mysql_install_db --user=mysql --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data

FATAL ERROR: please install the following Perl modules before executing ./mysql_install_db:
Data::Dumper

执行 ./mysql_install_db 报错ERROR

解决方法:
安装autoconf库

[[email protected] scripts]# yum -y install autoconf
再次执行便可以
执行 ./mysql_install_db 报错ERROR