19.07.2015, 12:26
Check your mysql log; add this to your script and see if it prints anything.
Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle) { printf("EID: %d | Error: %s | Query: %s", errorid, error, query); return 1; }