You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
After working on a web app for many years, of which has been functioning well in various production and dev environments with no changes to the mysql config, I came across a problem yesterday where I couldn't perform a query because I had the "Group By" statement in the query. See here for more details.
I solved the problem by editing /etc/mysql/mysql.conf.d/mysqld.cnf
I added the following line to the bottom of the config file.
The only reason I make this suggestion, is scotch-box is said to work straight out of the box, and I figured that there are plenty of queries that use "Group By". Anyway just a thought.
The text was updated successfully, but these errors were encountered:
Hi.
After working on a web app for many years, of which has been functioning well in various production and dev environments with no changes to the mysql config, I came across a problem yesterday where I couldn't perform a query because I had the "Group By" statement in the query. See here for more details.
I solved the problem by editing /etc/mysql/mysql.conf.d/mysqld.cnf
I added the following line to the bottom of the config file.
The only reason I make this suggestion, is scotch-box is said to work straight out of the box, and I figured that there are plenty of queries that use "Group By". Anyway just a thought.
The text was updated successfully, but these errors were encountered: