How do I disable it ONLY_FULL_GROUP_BY for once? I ask why I have already done the steps below:
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
and also direct from phpmyadmin :
- I selected localhost;
- I clicked Variables;
- I've been in SQL Modes;
- Removed ONLY_FULL_GROUP_BY;
The problem is that every time I restart the note, it resumes.