[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated c
[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
·
[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
在使用navicat编辑中操作mysql数据库报了这个错误。
解决:
更换其他mysql工具或者直接登录mysql客户端,
root@host# mysql -u root -p
Enter password:*******
在mysql客户端中使用命令操作数据库即可。
更多推荐
已为社区贡献1条内容
所有评论(0)