服务器之家

服务器之家 > 正文

CentOS 6.2 yum 安装MySQL初始化警告的解决方法

时间:2019-10-08 15:33     来源/作者:枫之歌

yum install mysql-server 

初始化时出现以下警告 

[root@fengzhige etc]# /etc/rc.d/init.d/mysqld start 

Initializing MySQL database: WARNING: The host 'fengzhige' could not be looked up with 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 ! 

Installing MySQL system tables... 

OK 

Filling help tables... 

OK 

按提示,把/etc/hosts添加IP和主机名即可 

如[root@37 etc]# cat /etc/hosts 

复制代码

代码如下:


[root@fengzhige etc]# cat /etc/hosts 
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 
192.168.10.37 fengzhige 
192.168.11.37 fengzhige 

相关文章

热门资讯

玄元剑仙肉身有什么用 玄元剑仙肉身境界等级划分
玄元剑仙肉身有什么用 玄元剑仙肉身境界等级划分 2019-06-21
华为nova5pro和p30pro哪个好 华为nova5pro和华为p30pro对比详情
华为nova5pro和p30pro哪个好 华为nova5pro和华为p30pro对比详情 2019-06-22
男生常说24816是什么意思?女生说13579是什么意思?
男生常说24816是什么意思?女生说13579是什么意思? 2019-09-17
抖音撒撒累累是什么歌 撒撒累累张艺兴歌曲名字
抖音撒撒累累是什么歌 撒撒累累张艺兴歌曲名字 2019-06-05
超A是什么意思 你好a表达的是什么
超A是什么意思 你好a表达的是什么 2019-06-06
返回顶部