SyntaxFix
Write A Post
Hire A Developer
Questions
MySQL is most likely in STRICT mode.
Try running SET GLOBAL sql_mode='' or edit your my.cnf to make sure you aren't setting STRICT_ALL_TABLES or the like.
SET GLOBAL sql_mode=''
STRICT_ALL_TABLES