This Post Has Been Viewed 66 Times Since Wed Apr 09, 2008 7:36 pm Posted By levi with 1 replies
POST# 1116
Posted On: Wed Apr 09, 2008 7:36 pm
Wed Apr 09, 2008 7:37 pm
1
errors
Reply #1839
ou are getting this error because your script cannot connect to your database with the information you have provided.
Access denied for user 'user'@'localhost' (using password: YES) when trying to connect to database
Make sure you have the correct username and password, if you are sure you have the correct login and pasword, then you need to check with your administrator because you defenetly have either the wrong login or password and that's why your script cannot connect to your mysql database.
check these four things to make sure you have them right:
1. your hostname (usually is "localhost")
2. your database username (not your hosting username, BUT your mysql)
3. Your database password
4. Your database name
if you still cannot login, contact www.webune.com to reset your password.