mysql 1055 的错误

1、Err1055,出现这个问题往往是在执行sql语句时候,在最后一行会出现这个问题。

[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

 解决方法:
在 /etc/my.cnf 文件里加上如下:
sql_mode='NO_ENGINE_SUBSTITUTION'

然后,重启Mysql服务就可以解决了!

也可以 用 any_value() 方法解决

 

posted @ 2019-02-15 09:02  阿泽的小码园  阅读(3437)  评论(0编辑  收藏  举报