I am trying to log in using php script to a remote mysql DB.
The DB is open for remote connections. I can connect using mysql admininstrator prog or openoffice (ODBC) from my home PC.
I have tried running the script on two different accounts on the some web host as each other but different from the DB without success.
Also, the script wont connect from one of those two accounts to DB on the other.
It seems that the php setup on the server hosting the script wll not allow connect to a remote DB, even if the DB is hosted with the same webhost. The script just times out.
Any ideas
