SA-MP Forums Archive
Need help in mysql - 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: Need help in mysql (/showthread.php?tid=627482)



Need help in mysql - Sumit4 - 28.01.2017

how i fix this error
Код:
[15:52:40] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
and this
Код:
[06:29:58] [ERROR] CMySQLConnection::Connect - (error #2005) Unknown MySQL server host '127.0.0.1.' (2)
[06:29:58] [ERROR] CMySQLConnection::Connect - (error #2005) Unknown MySQL server host '127.0.0.1.' (0)
[06:29:58] [ERROR] CMySQLConnection::Connect - (error #2005) Unknown MySQL server host '127.0.0.1.' (0)
[06:29:58] [ERROR] CMySQLConnection::Connect - (error #2005) Unknown MySQL server host '127.0.0.1.' (0)
please help me


Re: Need help in mysql - KillerDVX - 28.01.2017

Could you show us your code please?


Re: Need help in mysql - Sumit4 - 28.01.2017

Код:
if (mysql_ping, (1) != 0)
	{
		print("================ [ERROR] ================");
		print("Connection to MySQL failed.");
		SendRconCommand("exit");
		return 1;
	}
    mysql_connect("localhost", "Scorpion", "Scorpion", "z51qu0us6k");
    
	// Reset active row
	MySQL_updateQuery("UPDATE players SET active=0 WHERE active=1");



Re: Need help in mysql - Sumit4 - 28.01.2017

help me please