Jump to content

erro message


Panta

Recommended Posts

please can anyone help me when trying to access some page on my new uploaded site but it keeps on displaying this erro message "Access denied for user '466844_panta1'@'%' to database 'user'"and this is the same user name that i use for login in to the database and the password is the password that i use for login in that i used at config.php which goes like this<?php$database_host = 'fdb2.host-ed.net';$database_user = '466844_panta1';$database_password = '*******';$database_name = 'user';$con = mysql_connect($database_host, $database_user, $database_password) or exit(mysql_error());mysql_select_db($database_name, $con) or exit (mysql_error());?>thanks help me out am a newbie

Link to comment
Share on other sites

That means either your login details are incorrect, or that user does not have access to the "user" database.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...