Can't login to MySQL

Status
Not open for further replies.

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
 
Last edited by a moderator:

Gouri

Community Paragon
Community Support
Messages
4,567
Reaction score
245
Points
63
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

Did you given all the permissions for the database user eshany_ehsany?
 

parnishaokok45

New Member
Messages
2
Reaction score
0
Points
0
Did you given all the permissions for the database user eshany_ehsany?

sure

---------- Post added at 05:36 PM ---------- Previous post was at 05:28 PM ----------

I am terribly sorry, the reason was in the script - bugdump.php I've tried it from Kohana and credentials were correct. Going to kill myself now because of the ton of time I've spent on this
 
Status
Not open for further replies.
Top