mysql5.7.23[Err] 1055的问题

[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

解决方案

在my.ini下添加sql_mode='NO_ENGINE_SUBSTITUTION',然后重启mysql

猜你喜欢

转载自blog.csdn.net/weixin_38885605/article/details/83309438