编程语言
首页 > 编程语言> > FATAL ERROR: please install the following Perl modules before executing

FATAL ERROR: please install the following Perl modules before executing

作者:互联网

运行安装mysql 报错

[root@localhost mysql-mult]# ./scripts/mysql_install_db  --defaults-file=conf/3306my.cnf

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

 

 

 

解决方法 :安装autoconf库
 
命令:yum-y install autoconf

标签:modules,mysql,please,Perl,executing,install,ERROR,before
来源: https://www.cnblogs.com/zuokun/p/10784324.html