janneyabc 发表于 2018-10-6 06:19:27

mysql编译错误记录

  最近换了一家公司了,很多基础环境重新做,遇见一个问题,记录一下
  之前自动编译的mysql脚本发现无法使用了
  原先环境是cento6.7环境可以正常使用,现在使用centos7.4环境发现报错
  

/application/mysql/scripts/mysql_install_db --basedir=/application/mysql/ --datadir=/application/mysql/data/ --user=mysql  
FATAL ERROR: please install the following Perl modules before executing /application/mysql/scripts/mysql_install_db:
  

  解决方法
  

yum -y install autoconf  

  此包安装时会安装Data:Dumper模块


页: [1]
查看完整版本: mysql编译错误记录