07.09.2011, 11:46
Hi all.I want to ask how to delete file from mysql? i try to do it myself like that:
And i get error in mysql log file:
Код:
new IP[ 40 ],Querys[ 140 ]; GetPlayerIp(playerid, IP, sizeof(IP)); format(Querys,sizeof(Querys),"DELETE FROM banlist WHERE IP = %s", IP); mysql_query(Querys);
Код:
[13:22:15] CMySQLHandler::Query(DELETE FROM `banlist` WHERE IP = 192.168.1.101) - An error has occured. (Error ID: 1064, You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.1.101' at line 1)