0
How do I disable ONLY_FULL_GROUP_BY it remains disabled for good? I wonder why I already did the steps below:
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
and also direct from phpmyadmin:
- I selected the localhost;
- I clicked on Variables;
- I went in SQL Modes;
- I removed ONLY_FULL_GROUP_BY;
The problem is that every time I restart the note, it becomes active again.
Hello arllondias. Right. I searched the archive
my.ini
and I couldn’t find it. The only Mysql reference I could find was in/etc/mysql/
and the file I found next to what you mentioned wasmy.cnf
. Is that it? If it’s not that file, where can I find themy.ini
?– user24136
That, sorry, misspelled there, edited the answer
– arllondias
Thanks arllondias.
– user24136
Not at all, @Fox.11
– arllondias