zoukankan      html  css  js  c++  java
  • Linux下安装mysql时报错:FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:Data::Dumper

      如题,安装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,问题解决。

  • 相关阅读:
    Docker入门
    服务配置中心
    zuul网关
    git2
    git1
    git
    shiro授权、注解式开发
    shiro认证-SSM
    Shiro入门
    Springmvc之文件上传
  • 原文地址:https://www.cnblogs.com/JohanChan/p/12565787.html
Copyright © 2011-2022 走看看