gpt4 book ai didi

mysql - MySQL 5.0升级到5.7后出错

转载 作者:行者123 更新时间:2023-11-29 18:26:49 25 4
gpt4 key购买 nike

我已将 MySQL 从版本 5.0.67 升级到 5.7.19。但每次运行 MySQL 查询时,都会出现此错误。

[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

我已检查 information_schema 数据库中的 PROFILING 表,但它不包含任何数据。

我的 MySQL sql_mode 是 ANSI。

最佳答案

尝试更改 SQL 模式:

删除“only_full_group_by”选项。对于 MySQL 5.7,这设置为默认值。

关于mysql - MySQL 5.0升级到5.7后出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46112409/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com