SQLSTATE[HY000]: General error: 1364 Field ‘xxxxx’ doesn’t have a default value

By gavin

解决方法: 在/etc/my.cnf直接把sql-mode模式改变下,如下:

sql-mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

重启数据库 service mysqld restart