免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2245 | 回复: 5
打印 上一主题 下一主题

求助,mysql无法启动。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-11-29 10:26 |只看该作者 |倒序浏览
service mysqld start
Initializing MySQL database:  Neither host 'BlueMouse' nor 'localhost' could be looked up with
/usr/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
                                                           [FAILED]
提示我的机器名错误,我用hostname 后,发现机器名没有错误,就是BlueMouse 。不知道如何解决。请高手帮忙。

论坛徽章:
0
2 [报告]
发表于 2007-11-29 12:57 |只看该作者
没人知道吗

论坛徽章:
0
3 [报告]
发表于 2007-11-29 19:20 |只看该作者
在 /etc/hosts 中增加 IP   机器名


原因是 mysql 使用 DNS解析你的机器名,但解析失败.

论坛徽章:
0
4 [报告]
发表于 2007-11-29 21:04 |只看该作者
谢谢你的帮助阿。我还是有些不清楚。这是我的/etc/hosts 文件:
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1     BlueMouse       localhost.localdomain   localhost
请问是在下面加入的ip地址是127.0.0.1 吗?

论坛徽章:
0
5 [报告]
发表于 2007-12-02 20:53 |只看该作者
你的 /etc/hosts 应该改为:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1   localhost.localdomain   localhost
::1     BlueMouse      
注释让你不能删掉的就是 127.0.0.1   localhost.localdomain   localhost 这行内容~~

论坛徽章:
0
6 [报告]
发表于 2007-12-03 19:47 |只看该作者
我改为这个样子了,也能启动mysql了。
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1     BlueMouse       localhost.localdomain   localhost
::2     BlueMouse       127.0.0.1
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP