mysql 安装问题三:FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db: Data::Dumper

解决方法是安装autoconf库,执行命令:yum -y install autoconf 

mysql 安装问题三:FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db: Data::Dumper

安装完成之后继续执行安装mysql的命令:./scripts/mysql_install_db --user=mysql

mysql 安装问题三:FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db: Data::Dumper

问题解决

 

相关文章:

  • 2022-01-19
  • 2021-10-17
  • 2021-09-27
  • 2021-07-16
  • 2021-05-10
  • 2022-12-23
  • 2021-08-11
猜你喜欢
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
相关资源
相似解决方案