Hi,
Try this
update user set Host='%' where Host='foobar';
update db set Host='%' where Host='foobar';
Cheers
- Original Message -
From: "Brian Henning" <[EMAIL PROTECTED]>
To: "freebsd" <[EMAIL PROTECTED]>
Se
Brian Henning wrote:
Hello,
I just installed mysql and i would like to allow all hosts to acess the
databases on my server.
ERROR 1130: Host 'foobar' is not allowed to connect to this MySQL server
what can i do to remedy this problem?
Read the docs on MySQL security here:
http://www.mysql.com/
Hello,
I just installed mysql and i would like to allow all hosts to acess the
databases on my server.
ERROR 1130: Host 'foobar' is not allowed to connect to this MySQL server
what can i do to remedy this problem?
thank,
b
ps.. the command:.
>telnet foobar 3306
Host 'trinity.the-matrix.net' i