Shortening a MySQL Query?
#4

Set default values in the table structure not in the query. The result will be:
pawn Код:
"INSERT INTO `PLAYERS` (`USERNAME`, `PASSWORD`, `SALT`, `REGDATE`) VALUES ('%e', '%s', '%e', NOW())"
As for your problem, check mysql logs.
Reply


Messages In This Thread
Shortening a MySQL Query? - by Jing_Chan - 30.07.2018, 13:01
Re: Shortening a MySQL Query? - by Rufio - 30.07.2018, 13:04
Re: Shortening a MySQL Query? - by Jing_Chan - 30.07.2018, 13:26
Re: Shortening a MySQL Query? - by Calisthenics - 30.07.2018, 13:26
Re: Shortening a MySQL Query? - by Rufio - 30.07.2018, 13:29
Re: Shortening a MySQL Query? - by Jing_Chan - 30.07.2018, 13:33
Re: Shortening a MySQL Query? - by Rufio - 30.07.2018, 13:52

Forum Jump:


Users browsing this thread: 3 Guest(s)