Apologies if this is a simple query, but I am in the dark here.
I have a MySQL database which has been working perfectly, but today when any user attempts to login there is this error message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'dmse_dms'@'localhost' (using password: YES) in /home/dmse/public_html/libraries/adodb/drivers/adodb-mysql.inc.php on line 349
Line 349 in that script is:
$this->_connectionID = mysql_connect('localhost','dmse_dms','1p2a3s4s-etc'
There have been no changes to the site. That is, I have not amended this or any other PHP script, so I can't understand why this has suddenly happened. Any suggestions to fix the problem, please?
Thanks
Mike