查看mysql sql_mode

SELECT @@GLOBAL.sql_mode;

修改mysql sql_mode:

set global sql_mode='';

 

修改my.ini:

sql_mode=NO_ENGINE_SUBSTITUTION

相关文章: