严格模式说明参考:http://blog.sina.com.cn/s/blog_53b13d950100x2ok.html
set @@sql_mode='STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
set @@global.sql_mode='STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
SELECT @@sql_mode;
select @@global.sql_mode;
上面是临时的,如果永久需修改
windows:C:\ProgramData\MySQL\MySQL Server 5.7
linux:安装目录下 my.cnf