Problem with MySQL! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Problem with MySQL! (
/showthread.php?tid=443240)
Problem with MySQL! -
FunnyBear - 11.06.2013
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?
Re: Problem with MySQL! -
MyNinja - 11.06.2013
Is the database hosted from your localhost or from a cloud/online host?
Re: Problem with MySQL! -
gtakillerIV - 11.06.2013
Your password is wrong.
Re: Problem with MySQL! -
Kyle - 11.06.2013
Permissions... In allowing external / remote connections...
Re: Problem with MySQL! -
FunnyBear - 11.06.2013
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.
Re: Problem with MySQL! -
Sinner - 11.06.2013
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.
Re: Problem with MySQL! -
GWMPT - 11.06.2013
Reset your user password, and make sure you're copy pasting it correctly.