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



mysql login help - Deividas1 - 03.08.2013

|Hello i have i think really simple problem which i don't know why is like this but i have compiled my gamemode script fine and there is like SQL_HOST and other things i set up my vps server + phpmyadmin by same address so i think SQL_HOST should be " localhost " i am going to put some pictures down here how i set up my mysql and why my server crashes .. its writing connecting to mysql db and it shut down because i think something went wrong






Re: mysql login help - Deividas1 - 03.08.2013

up help plz


Re: mysql login help - sarab_singh - 03.08.2013

Bug in script because mysql configuration appears to be fine


Re: mysql login help - Sk1lleD - 03.08.2013

As I can see here:

There's a wrong define for TABLENAME
try
Код:
#define TABLENAME "profiliai"
instead of
Код:
#define TABLENAME profiliai"