SA-MP Forums Archive
MySQL false connection error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL false connection error (/showthread.php?tid=410597)



MySQL false connection error - BullseyeHawk - 26.01.2013

I have installed the new MySQL 2.1.1 on my server and everything works fine, it executes and responds.
the only problem is that its spaming me about access denided, and I have checked all of my mysql and connection is open even for other computer not only localhost. and the server is running on the same computer as the mysql.

Error log:
Quote:

[10:48:19] [MySQL] Error (0): Failed to connect. Access denied for user 'root'@'Daniel-PC' (using password: YES).

when I use localhost, same thing:
Quote:

[10:48:19] [MySQL] Error (0): Failed to connect. Access denied for user 'root'@'localhost' (using password: YES).

I use the same thing for my remote connection & localhost connection & phpMyAdmin with the same password (checked) and it accepts, why does the sa-mp dosen't accept ?

Remote connection is on, mysql passwors is correct and everything works fine with the connection besides the sa-mp server.