安装mysql5.6版本时,初始化数据库出现以下报错:
FATAL ERROR: please install the following Perl modules before executing /usr/local/mysql/scripts/mysql_install_db:
Data::Dumper
解决方法:
安装autoconf库
命令:yum install autoconf -y
来源:CSDN
作者:时光慢旅
链接:https://blog.csdn.net/weixin_42953006/article/details/103897182