[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客户端中使用命令操作数据库即可。

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐