mysql8.0下'this is incompatible with sql_mode=only_full_group_by'问题解决办法

今天执行sql语句时出现了高版本mysql愈发不兼容问题

'this is incompatible with sql_mode=only_full_group_by'

mysql8.0下'this is incompatible with sql_mode=only_full_group_by'问题解决办法

所以改一下mysql配置

在mysql.ini或者my.cnf下增加

[mysqld]
sql_mode ='STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION'

进行重启即可

上一篇:delphi10.1错误 E2010 Incompatible types: 'PWideChar' and 'string'


下一篇:jdk环境配置没问题eclipse打不开出现Incompatible JVM错误