MySql lost connection on query
#1

It's kinda dumb asking this question, but when I send a query to my localhost, everything works fine as it should. But when it comes for my host from GoDaddy, it shows me this cute error on server log.
Код:
errorid: 2013 | error: Lost connection to MySQL server during query
Tried so many way, such as
*) Breaking my query
*) Change the size of query
*) Changing host -_-

The query I used:
pawn Код:
format(sQuery, sizeof(sQuery), "INSERT INTO `playervehicles` \
VALUES('0', '%d','%s','%s','%d','2811.12','928.864','10.709','20','1387','704.609','10.709', \
'20','0','6','229','0','1','1','3','0','New')"
, Selected_VEHID[playerid], VehicleNames[Selected_VEHID[playerid]-400], PlayerName(playerid), Selected_VEHPRICE[playerid]);
mysql_query(sQuery);
Note: Only works for my localhost.
Reply


Messages In This Thread
MySql lost connection on query - by Maximus0 - 10.02.2015, 00:02
Re: MySql lost connection on query - by Kar - 10.02.2015, 02:22
Re: MySql lost connection on query - by Maximus0 - 10.02.2015, 02:51
Re: MySql lost connection on query - by Maximus0 - 10.02.2015, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)