Re: mysql add host

2003-02-07 Thread Unix Tools
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

Re: mysql add host

2003-02-03 Thread Bill Moran
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/

mysql add host

2003-02-03 Thread Brian Henning
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