SyntaxFix
Write A Post
Hire A Developer
Questions
I had similar problem with part of my database crushing. What I did is I changed the parameter in the DB via PHPStorm database console like this:
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
works like charm now