Disabling ONLY_FULL_GROUP_BY In Ubuntu
I’m run into some error message like: “Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column”. It’s turns out that this is caused by MySQL updating the way it behave in relation to aggregate functions since MySQL 5.7. Here is how I solved it on Ubuntu . You can … Read more