原文:mysql命令gruop by报错this is incompatible with sql_mode=only_full_group_by

. 问题如下 ERROR : Expression of SELECT list is not in GROUP BY clause and contains nonaggregated column student.name which is not functionally dependent on columns in GROUP BY clause this is incompatibl ...

2021-12-23 14:51 0 2048 推荐指数:

查看详情

记录mysql报错"this is incompatible with sql_mode=only_full_group_by"

测试app时发现购买按钮报500,通过查看日志发现是sql'报错"this is incompatible with sql_mode=only_full_group_by",通过百度发现是版本问题 原来5.6的数据库迁移到5.7后少配置的原因. 具体解决方案 编辑my.conf文件 ...

Tue Jul 23 02:19:00 CST 2019 0 639
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM