linux 下安装mysql 提示please install the following Perl modules before executing ./scripts/mysql_install_
最近在阿里云远端服务器上搭建mysql数据库 安装时候提示
FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:
Data::Dumper
解决方法是安装autoconf库
执行命令:yum -y install autoconf
安装完成之后继续执行安装mysql的命令:./scripts/mysql_install_db —user=mysql
问题解决。
还没有评论,来说两句吧...