zoukankan      html  css  js  c++  java
  • Centos下安装Mysql异常

    问题1:
    [root@localhost install-files]# rpm -ivh MySQL-server-5.6.27-1.el6.x86_64.rpm --nosignature
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:MySQL-server-5.6.27-1.el6        ################################# [100%]
    warning: user mysql does not exist - using root
    warning: group mysql does not exist - using root
    FATAL ERROR: please install the following Perl modules before executing /usr/bin/mysql_install_db:
    Data::Dumper

    解决办法  [root@localhost install-files]# yum install -y perl-Module-Install.noarch  

  • 相关阅读:
    手机兼容性测试
    Monkey测试
    ADB常用指令
    ADB移动端测试
    关于虚拟网卡V1,V8的问题
    1
    排序算法
    查找算法
    二叉树的计算
    队列
  • 原文地址:https://www.cnblogs.com/xxsl/p/6519111.html
Copyright © 2011-2022 走看看