SA-MP Forums Archive
[HELP] MySQL Problem (Again) - 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: [HELP] MySQL Problem (Again) (/showthread.php?tid=481325)



[HELP] MySQL Problem (Again) - AiRaLoKa - 15.12.2013

hi again all...
i have a trouble when running my server, it tell me this

Code:
*****



Something went wrong with your database connection! Check the mysql_log.txt (er: 1130)




*******
and in mysql_log

Code:
[02:24:59] [DEBUG] mysql_connect - host: "sql7.loomhost.com", user: "u228507***_****", database: "u228507022_****", password: "****", port: 3306, autoreconnect: true
[02:24:59] [DEBUG] CMySQLHandle::Create - creating new connection..
[02:24:59] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
[02:24:59] [DEBUG] CMySQLHandle::Create - connection created with ID = 1
[02:24:59] [ERROR] CMySQLConnection::Connect - (error #1130) Host '5.231.73.134' is not allowed to connect to this MySQL server
[02:24:59] [ERROR] CMySQLConnection::Connect - (error #1130) Host '5.231.73.134' is not allowed to connect to this MySQL server
[02:24:59] [DEBUG] mysql_errno - connection: 1
[02:25:00] [DEBUG] mysql_close - connection: 1, wait: true
[02:25:00] [DEBUG] CMySQLConnection::Disconnect - connection was closed
[02:25:00] [DEBUG] CMySQLConnection::Disconnect - connection was closed
[02:25:00] [DEBUG] CMySQLHandle::~CMySQLHandle - deconstructor called
what should i do?


Re: [HELP] MySQL Problem (Again) - Toni - 16.12.2013

It means your MySQL host doesn't allow remote connections, from what I can see. Or, the IP trying to connect is blocked.