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



mysql - AdelS - 08.01.2015

[Thu Jan 8 19:41:23 2015] Function: mysql_query executed: "INSERT INTO `users` (`nick`,`password`) VALUES('Alexis_Corleone', '123456')" with result: "1".
[Thu Jan 8 19:41:23 2015] Error (0): Failed to exeute query. MySQL server has gone away.

Help.


Re: mysql - CoaPsyFactor - 08.01.2015

space between VALUES and (


Re: mysql - AdelS - 08.01.2015

It works perfectly on localhost, but I will try.

[Thu Jan 8 23:03:53 2015] Function: mysql_query executed: "INSERT INTO `users` (`nick`,`password`) VALUES ('Alexis_Corleone', '123456')" with result: "1".
[Thu Jan 8 23:03:53 2015] Error (0): Failed to exeute query. MySQL server has gone away.