error in apache and mysql...

ironmansp

New Member
Hello:
I am newbie in this. Y have an apache server and mysql in my home loaded with apachefriends.org compilation. I have done several pages of a web and upload them to the subdomain created in my hosting. After this, when I load the index page I always get an error:

Error Query:Access denied for user 'apache'@'localhost' (using password: NO)

can anybody help me? what is wrong? I have created the same user in home-version of mysql and my hosting version.
 
This sounds like you forgot to configure database connection parameters in your application - it is trying to connect to MySQL with empty database username / password.

Regards,
Paul
 
Top