I absolutely need to unset ONLY_FULL_GROUP_BY on my VPS server hosted by OVH
So I use the command
mysql > SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
found here
But I don't why or who automatically reset this flag the day after.
Could you give me some ideas to find what happens??
Can phpMyAdmin set this mode ??