mysql 迁移到5.7后业务日志中出现:
this is incompatible with sql_mode=only_full_group_by
解决方法:
1. https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html
2. SQL MODE 设置为空。
2022-06-20 13:21:55
mysql 迁移到5.7后业务日志中出现:
this is incompatible with sql_mode=only_full_group_by
解决方法:
1. https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html
2. SQL MODE 设置为空。