17.01.2016, 19:37
Alright, so I installed a MYSQL server and MYSQL workbench. The MYSQL server is up and running, and I can establish connections with it through the workbench applications. The problem is, whenever I try to connect to the SQL server through SA-MP (with my .pawn script), I get this error:
I have defined the SQL username and all through the .pawn script.
Any ideas as to why I am getting this error?
Код:
[20:33:20] [ERROR] CMySQLConnection::Connect - (error #2003) Can't connect to MySQL server on '127.0.0.1' (10061)
Any ideas as to why I am getting this error?