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.
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.