Hi...
I need to connect to an external mysql db of a gaming server to show some ingame stats...
When I enter the ip of the external db at the mysql_connect it always says that the access for "username@192.168.1.1" was denied... I already tried putting "username@theotherip" into the mysql_connect but it still doesn't work (shows that access was denied for "username@@192.168.1.1")...
what do I need to do to make it work?