首页 > 数据库技术 > 详细

Linux下安装mysql时报错:FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:Data::Dumper

时间:2020-03-25 13:55:34      阅读:69      评论:0      收藏:0      [点我收藏+]

  如题,安装mysql过程中,执行scripts/mysql_install_db --user=mysql命令时报错:

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

  按照提示安装autoconf库即可,执行命令:

yum -y install autoconf

  安装成功后如下:

 技术分享图片

 

   再次执行scripts/mysql_install_db --user=mysql,问题解决。

Linux下安装mysql时报错:FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:Data::Dumper

原文:https://www.cnblogs.com/JohanChan/p/12565787.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!