版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.youkuaiyun.com/harryptter/article/details/79660166 </div>
<link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-f57960eb32.css">
<link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-f57960eb32.css">
<div class="htmledit_views" id="content_views">
最近在阿里云远端服务器上搭建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
问题解决。