首页 > 数据库技术 > 详细

WARNING: The host 'r6' could not be looked up with /usr/local/mysql/bin/resolveip.

时间:2015-12-20 00:30:37      阅读:1664      评论:0      收藏:0      [点我收藏+]

初始化MySQL数据库提示以下信息:

# /usr/local/mysql/scripts/mysql_install_db 
>      --defaults-file=/etc/my.cnf 
>      --basedir=/usr/local/mysql 
>      --datadir=/var/mysql/data 
>      --user=mysql

 

WARNING: The host ‘r6‘ could not be looked up with /usr/local/mysql/bin/resolveip.

This probably means that your libc libraries are not 100 % compatible

with this binary MySQL version. The MySQL daemon, mysqld, should work

normally with the exception that host name resolving will not work.

This means that you should use IP addresses instead of hostnames

when specifying MySQL privileges !

 解决办法:

查看hosts文件:

# more /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

 添加IP和主机名:

xxx.xxx.xxx.xxx         r6

 然后重新初始化!

WARNING: The host 'r6' could not be looked up with /usr/local/mysql/bin/resolveip.

原文:http://www.cnblogs.com/abclife/p/5060073.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!