编译安装MySQL时出现如下问题
自己是wins64 位的系统的VMware虚拟机中安装mysql版本是 mysql-5.5.28-linux2.6-x86_64.tar.gz
mysql用户和mysql权限属主属组都修改成mysql.mysql了执行scripts/mysql_install_db 出现问题:
[root@localhost mysql]# scripts/mysql_install_db --user=mysql --datadir=/mydata/data/
scripts/mysql_install_db: line 249: ./bin/my_print_defaults: cannot execute binary file
Neither host 'localhost.localdomain' nor 'localhost' could be looked up with
./bin/resolveip
Please configure the 'hostname' command to return a correct
hostname.
If you want to solve this at a later stage, restart this script
with the --force option
编译安装mysql出现问题,求大神指点
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
JasonWcx 2015-08-18 01:50关注没有正确配置主机名
/etc/sysconfig/network
HOSTNAME=hostname(改成自己的主机名)/etc/hosts至少会有如下一句
127.0.0.1 hostname(改成自己的主机名) localhost.localdomain localhost解决 无用评论 打赏 举报