发新话题
打印

mysqld问题

mysqld问题

  [root@mail ~]# telnet localhost 3306
Trying 127.0.0.1...
Connected to mail.abc.com.cn (127.0.0.1).
Escape character is '^]'.
S#HY000Host 'mail.abc.com.cn' is not allowed to connect to this MySQL serverConnection closed by foreign host.

请问版主如何打開MySQL serverConnection .谢

TOP

引用:
下面是引用lulu于2007-02-23 12:28发表的mysqld问题:
  [root@mail ~]# telnet localhost 3306
Trying 127.0.0.1...
Connected to mail.abc.com.cn (127.0.0.1).
Escape character is '^]'.
S#HY000Host 'mail.abc.com.cn' is not allowed to connect to this MySQL serverConnection closed by foreign host.
.......
好象是在host授权表里增加你的ip或ptr反解信息吧。具体看mysql的手册,里面有详细介绍授权的问题。。我看应该是将mail.abc.com.cn及127.0.0.1放到授权表里放行。。
请引用或摘抄本站文章信息的朋友,保留本站链接及作者信息,保护版权,谢谢。

构建高性能大容量开源邮件系统- ExtMail

Postfix在中国官方网站

TOP

在mysql里grant授权一下就可以了

TOP

在mysql里grant授权一下就可以了

TOP

发新话题