ERROR: please install the following Perl modules before executing ./mysql_install_db
centos7.5 安装mysql数据库报错
问题:
[root@db02-52 scripts]# ./mysql_install_db --user=mysql --basedir=/application/mysql --datadir=/application/mysql/data
FATAL ERROR: please install the following Perl modules before executing ./mysql_install_db:
Data::Dumper
原因:没有安装autoconf
解决方法:安装autoconf
[root@db02-52 scripts]# yum install -y autoconf