取消mysql的严格模式

 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的严格模式)