Re: Re: Host IP is not allowed to connect this MySQL server

2002-07-18 Thread Nitesh Divecha
Thanks Dude, I gotta same probz... but I got it now :) Regards Nitesh > > From: Bhavin Vyas <[EMAIL PROTECTED]> > Date: 2002/07/18 Thu PM 08:15:26 GMT+03:00 > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: Host IP is not allowed to connect this MySQL server >

RE: Host IP is not allowed to connect this MySQL server

2002-07-18 Thread Matthew Scarrow
It's not a file it's in the database. telnet to the server and login to mysql using the mysql client util like this mysql -u root -p then hit enter and enter the password. now do these commands to create a remote super user mysql> GRANT ALL PRIVILEGES ON *.* TO monty@youripaddresshere_or_%_for

Re: Host IP is not allowed to connect this MySQL server

2002-07-18 Thread Bhavin Vyas
http://www.mysql.com/doc/G/R/GRANT.html - Original Message - From: "Matt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 18, 2002 4:42 PM Subject: Host IP is not allowed to connect this MySQL server > Hello, I am trying to connect to a remote MySQL server of mine and I