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
>
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
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