WelshTeckie
IS-IT--Management
Hi I am trying to connect to a mysql database from another site not held on the same server.
I am using :-
$dblink = mysql_connect($dbHostname, $dbUsername, $dbPassword) OR DIE("Error !! Unable to connect to database");
But I am getting the error :-
Warning: mysql_connect(): Access denied for user: 'THEDATABASE@admin.planbecommunications.com' (Using password: YES) in /var/ on line 11
Error !! Unable to connect to database Can anyone please help. I have read up on it and people talk about allowing permissions,I am not sure that is possible on the godaddy server.
Any pointers would be great. Thanks...
I am using :-
$dblink = mysql_connect($dbHostname, $dbUsername, $dbPassword) OR DIE("Error !! Unable to connect to database");
But I am getting the error :-
Warning: mysql_connect(): Access denied for user: 'THEDATABASE@admin.planbecommunications.com' (Using password: YES) in /var/ on line 11
Error !! Unable to connect to database Can anyone please help. I have read up on it and people talk about allowing permissions,I am not sure that is possible on the godaddy server.
Any pointers would be great. Thanks...