我绝对需要在OVH托管的VPS服务器上取消设置ONLY_FULL_GROUP_BY
所以我使用命令
mysql > SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
找到here
但我不知道为什么或者谁会在第二天自动重置这个标志。
你能给我一些想法来找到会发生什么吗?
phpMyAdmin可以设置此模式吗?
答案 0 :(得分:0)
我遇到了同样的问题,并通过使用以下教程解决了
https://www.sitepoint.com/quick-tip-how-to-permanently-change-sql-mode-in-mysql/