搜索中心
搜索中心 搜索快照

安装使用常见问题 - Q:this is incompatible with sql_mode=only_full_group_by

MySQL 5.7 版本默认开启了 only_full_group_by 模式,导致在查询时出现 this is incompatible with sql_mode=only_full_group_by 错误。

解决方法:

  1. 修改 MySQL 配置文件 my.cnf,去掉 sql_mode 中的 ONLY_FULL_GROUP_BY 配置
  2. 重启 MySQL 服务
查看原文
QQ
微信
客服