Hi everyone,
I was wondering if anyone here could help me with a php problem I have.
When I run a php script locally that communicates with a mysql db, everything works great, but when I run the php on the web server with the same exact table I get this error Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user: 'xxx.xxxxxx.xx@55.55.555.555' (Using password: YES)
I'm 100% the php is fine and im using the right host, login, password... does anyone know what else it could be?
(Thanks for the help)