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

来源:互联网 发布:爬山虎软件 编辑:程序博客网 时间:2024/05/18 17:00
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服务就可以解决了!

阅读全文
0 0
原创粉丝点击