编译安装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 安装出现问题汇总
mysql 存储过程的怪异 求大神指点没有正确配置主机名
/etc/sysconfig/network
HOSTNAME=hostname(改成自己的主机名)
/etc/hosts至少会有如下一句
127.0.0.1 hostname(改成自己的主机名) localhost.localdomain localhost
wins64 位的系统安装mysql版本是 mysql-5.5.28-linux2.6-x86_64.tar.gz
---- 怎么windows上面安装的是Linux版本。你应该选择windows版本安装,那你要修改你的/etc/hosts中hostname民资
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。