parnishaokok45
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Hello. I'm trying to connect to the database with the following credentials:
$db_server = 'localhost';
$db_name = 'eshany_ehsany';
$db_username = 'eshany_ehsany';
$db_password = '*********';
I am 100% sure that the password is correct. I have tried creating another users and then search in the web - tried to relink user to the database, but I'm still getting an error:
Access denied for user 'eshany_ehsany'@'localhost' (using password: YES)
---------- Post added at 05:15 PM ---------- Previous post was at 05:08 PM ----------
whoops, didn't think this would go to forums. going to change the password now
$db_server = 'localhost';
$db_name = 'eshany_ehsany';
$db_username = 'eshany_ehsany';
$db_password = '*********';
I am 100% sure that the password is correct. I have tried creating another users and then search in the web - tried to relink user to the database, but I'm still getting an error:
Access denied for user 'eshany_ehsany'@'localhost' (using password: YES)
---------- Post added at 05:15 PM ---------- Previous post was at 05:08 PM ----------
whoops, didn't think this would go to forums. going to change the password now
Last edited by a moderator: