美文网首页
navicat 链接mysql提示[Err] 1055 - Ex

navicat 链接mysql提示[Err] 1055 - Ex

作者: 牵手生活 | 来源:发表于2019-06-19 11:30 被阅读0次

错误:
[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

解决办法

select version(),
@@sql_mode;SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

相关文章

网友评论

      本文标题:navicat 链接mysql提示[Err] 1055 - Ex

      本文链接:https://www.haomeiwen.com/subject/skmhqctx.html