I have filled out my registration form and on submit this is produced. Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'user'@'localhost' (using password: NO) in /home/users/uks63651/html/downwoodbooks.co.uk/LIT/config.php on line 1 Could not connect: Access denied for user 'user'@'localhost' (using password: NO) Anyone know what is preventing this from connecting? Thanks Mike.
You didn't configure your MySQL username and password correctly. This: Access denied for user 'user'@'localhost' (using password: NO) means that it's trying to connect with username "user" and a blank password which is very unlikely to be correct.
I would suggest you to restart your mysql service. Contact your host and ask them to restart the sql.