0.系统环境
mysql版本 8.0.17,运行在centos7,使用navicat在win10远程连接
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.操作
TRUNCATE table tb_words;
3.其他信息
在centos上直接运行不会报错
通过navicat运行会报错,不影响语句执行效果
没有发现其他能引发报错的语句4.问题
为啥会这样?  该咋做?