• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    CentOS 6.2 yum 安装MySQL初始化警告的解决方法
    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


    本文出自 “枫之歌” 博客 出处http://fengzhige.blog.51cto.com/3691377/1001588
    上一篇:SecureCRT key登录linux ssh设置方法
    下一篇:CentOS 6.X 开机错误修复步骤分享
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

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