Problem with MySQL!
#1

Hi,

For ages I have been experiencing an error with my MySQL which I could not find the answer to, so I am wondering if anyone can help me here.

I get this error:

Код:
1045: Access denied for user 'u346856961_lsl'@'localhost' (using password: YES)
And I try to change the make another MySQL acc and stuff but it gives me the same error but the user is different. Does anyone know how to fix it?
Reply
#2

Is the database hosted from your localhost or from a cloud/online host?
Reply
#3

Your password is wrong.
Reply
#4

Permissions... In allowing external / remote connections...
Reply
#5

Quote:
Originally Posted by MyNinja
Посмотреть сообщение
Is the database hosted from your localhost or from a cloud/online host?
I normally use localhost from my XAMPP. But after trying it, I tried using an online host but it still gives me the same error.
Reply
#6

Either your password or username is wrong, or your IP does not have enough permissions to establish a connection. Make absolutely sure you enter the correct details (case sensitive, ofcourse). If that doesn't work check your mysql config file or contact your host.
Reply
#7

Reset your user password, and make sure you're copy pasting it correctly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)