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
For the docker mysql container, then you end up with the following types of errors:
[Wed Mar 13 12:39:23.088288 2019] [:error] [pid 16] [client 172.16.17.5:55641] Query failed by reason : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'ministra.video.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by (SELECT *\nFROM (video)\nGROUP BY year\nORDER BY year ASC), referer: http://docker:880/stalker_portal/server/adm/
[Wed Mar 13 12:39:23.088715 2019] [:error] [pid 16] [client 172.16.17.5:55641] Query failed by reason : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'ministra.video.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by (SELECT *\nFROM (video)\nGROUP BY year\nORDER BY year ASC), referer: http://docker:880/stalker_portal/server/adm/
The text was updated successfully, but these errors were encountered:
When you don't set
For the docker mysql container, then you end up with the following types of errors:
The text was updated successfully, but these errors were encountered: