localhost

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
ginger

localhost

Post by ginger » Wed 05 Apr 2006 14:02

Hi there,

When we connect trough 127.0.0.1 or localhost, everything works like a charm though when I try to connect to a local IP adress i.e. 192.168.2.1 then connection will not be found.

Can anyone help me??

Thanks in advance

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 06 Apr 2006 12:48

Most possibly you have permissions to connect to the MySQL server from 'UserName'@'localhost' but not from other hosts. In this case you should have permissions to connect from 'UserName'@'YourHostName'. These are different users from the point of view of MySQL server.

Post Reply