17.06.2016, 14:16
(
Последний раз редактировалось Sc0pion; 17.08.2017 в 11:35.
)
Fixed!
I put: printf("Query: %s ]",query1);, printf("Query: %s ]",query2);, printf("Query: %s ]",query3); and so on after every mysql_query calls, below is what was printed, I think the codes don't work for a reason.
Код:
[connection] 192.168.1.2:64744 requests connection cookie. [connection] incoming connection: 192.168.1.2:64744 id: 0 [join] Sc0pion has joined the server (0:192.168.1.2) [part] Sc0pion has left the server (0:1) |
You must change '%d' to %d, I faced the same problem in past while using non-threaded queries
You should only put '' tags to strings, example '%s' If this won't work check the mysql_log.txt file (if you enabled debugging messages) to see if you got any warnings/errors to your query |