今天安装本地数据库,所遇到的错误 FATAL ERROR: please install the following Perl modules before executing ./mysql_install_db:Data::Dumper 看到网上的修改方法: ...
解决方法是安装autoconf库,执行命令:yum y install autoconf 安装完成之后继续执行安装mysql的命令:. scripts mysql install db user mysql 问题解决 ...
2018-12-23 14:56 0 734 推荐指数:
今天安装本地数据库,所遇到的错误 FATAL ERROR: please install the following Perl modules before executing ./mysql_install_db:Data::Dumper 看到网上的修改方法: ...
当初始化mysql时出现错误: mysql安装报FATAL ERROR: please install the following Perl modules before executing 原因:缺少perl模块中的Data::Dumper 安装autoconf库(此包安装时会安装Data ...
运行安装mysql 报错 [root@localhost mysql-mult]# ./scripts/mysql_install_db --defaults-file=conf/3306my.cnf FATAL ERROR: please install the following ...
.scripts/mysql_install_db: 没有那个文件或目录 查了好多地方,在书上找到了解决方案,太不容易了 原因与解决方法: 系统与MYSQL版本不同,系统64位使用64位MYSQL,32位使用32位MYSQL ...
[root@localhost mysql]# ./scripts/mysql_install_db --user=mysql -bash: ./scripts/mysql_install_db: /usr/bin/perl: bad interpreter: No such file ...
[root@localhost mysql]# ./scripts/mysql_install_db --user=mysql -bash: ./scripts/mysql_install_db: /usr/bin/perl: bad interpreter: No such file ...
安装 MySQL 初始化时,报错如下: [root@hcdb1 ~]# /usr/local/mysql/scripts/mysql_install_db --defaults-file=/etc/my.cnf --basedir=/usr/local/mysql --datadir=/data ...
我在安装数据库时候在系统进行生成数据库时候出现下面问题,就是在 scripts里面mysql_install_db没有执行权限, 进入到scripts目录下,执行chmod 777 mysql_install_db 给你所有权限,还真给面子,在执行图中语句时候,还真执行了。。。。。 ...