Mysql error
#2

Apparently a query is crashing your server. He tells you to debug every query to see which query is causing the crash.

And here is how you debug queries:
pawn Код:
print("[DEBUG] Query 1 - Before");
mysql_query(query_here);
print("[DEBUG] Query 1 - After");
Do this at all your queries. Make sure to rename them so you know which query causes the problem.
Reply


Messages In This Thread
Mysql error - by AdamCooper - 01.05.2012, 21:40
Re: Mysql error - by Biesmen - 01.05.2012, 21:45

Forum Jump:


Users browsing this thread: 1 Guest(s)