一、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_bysql
解決方法:
在 /etc/my.cnf 文件里加上以下:
sql_mode='NO_ENGINE_SUBSTITUTION'this
而後,重啓Mysql服務就能夠解決了!spa
也能夠 用 any_value() 方法解決orm