05.04.2017, 15:15
You need to put strings between apostrophes if you are sending a query. Like this
Код:
UPDATE `accounts` SET `Password`= '%s' WHERE `Username`='%s'