mysql sql_mode配置

Posted 行知笔记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql sql_mode配置相关的知识,希望对你有一定的参考价值。

查看mysql sql_mode

SELECT @@GLOBAL.sql_mode;

修改mysql sql_mode:

set global sql_mode=‘‘;

 

修改my.ini:

sql_mode=NO_ENGINE_SUBSTITUTION

以上是关于mysql sql_mode配置的主要内容,如果未能解决你的问题,请参考以下文章

mysql5.6 sql_mode设置为宽松模式

解决sqlalcemy 中提示 mysql中sql_mode=only_full_group_by" 问题

mysql启动失败(sql-mode)

mysql报错err1055

this is incompatible with sql_mode=only_full_group_by解决方案

this is incompatible with sql_mode=only_full_group_by解决方案