Host not allowed
am 16.12.2005 12:52:30 von BondoHost '...' is not allowed to connect to this MySQL se rver
Connessione all'host perduta.
How can I resolve it? I've tried to modify the "host" field in "user"
table but it's not working.
Host '...' is not allowed to connect to this MySQL se rver
Connessione all'host perduta.
How can I resolve it? I've tried to modify the "host" field in "user"
table but it's not working.
Bondo wrote:
> Host '...' is not allowed to connect to this MySQL se rver
> Connessione all'host perduta.
>
> How can I resolve it? I've tried to modify the "host" field in "user"
> table but it's not working.
>
The host much match the ip-name/ip-number that the connecting comes from. If
you have things running on the same machine use, localhost.
If it's a remote machine, you need to enter what the machine with mysql server
thinks that the remote machine is called, this can be an alias from /etc/hosts
instead of the official ip-name.
You can have more than one row for a user, eg they may connect from two
different locations, then you have one row for each location, otherwise than
the location column are the same.
//Aho
I've tried to modify the Privilege by phpMyAdmin and now works all
correctly.
Thanks.