MySQL Connection - 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 Connection (
/showthread.php?tid=439523)
MySQL Connection -
Kyle - 25.05.2013
Hi,
I get this issue: I tried navicat with the same credentials (works fine, same PC too), I tried SAMP and the issue below occurs. It is on the same PC too.
[21:25:52] >> mysql_connect(69.162.124.10, AnthonyP, anthonydb, ***) on port 3306
[21:25:52] CMySQLHandler::CMySQLHandler() - constructor called.
[21:25:52] CMySQLHandler::CMySQLHandler() - Connecting to "69.162.124.10" | DB: "anthonydb" | Username: "AnthonyP"...
[21:25:53] CMySQLHandler::Connect() - Access denied for user 'AnthonyP'@'%' to database 'anthonydb' (error ID: 1044).
Re: MySQL Connection -
Kyle - 25.05.2013
Fixed (related to privileges).