Navicat执行mysql脚本报错
2024-06-03 09:10:05 阅读次数:21
mysql,Navicat,日志
1、错误日志
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause
and contains nonaggregated column 'information_schema.PROFILING.SEQ'
which is not functionally dependent on columns in GROUP BY clause;
this is incompatible with sql_mode=only_full_group_by
2、解决方法
在Navicat客户端执行以下SQL:
SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
版权声明:本文内容来自第三方投稿或授权转载,原文地址:https://blog.51cto.com/u_16231213/7150476,作者:会下蛋的咯咯,版权归原作者所有。本网站转在其作品的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如因作品内容、版权等问题需要同本网站联系,请发邮件至ctyunbbs@chinatelecom.cn沟通。
上一篇:FW-1设备配置命令
下一篇:Nacos启动时报错