SA-MP Forums Archive
Confused - 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: Confused (/showthread.php?tid=552615)



Confused - iFiras - 25.12.2014

OK, I am trying to connect to the MySQL database on the local host (127.0.0.1) but it fails everytime.
This is my code:
pawn Код:
mysql_init();
 new mysql = mysql_connect("127.0.0.1","root","mydatabase","mypass");
if(mysql == 0) return print("MySQL Connection was not established!");
This is what it prints:
Код:
[17:25:24] [MySQL] Error (0): Failed to connect. Can't connect to MySQL server on '127.0.0.1' (10061).
[17:25:24] MySQL Connection not established!
What should I do?


Re: Confused - M4D - 25.12.2014

Are you using Wamp ?