Skip to content

Instantly share code, notes, and snippets.

@gieart87
Created March 22, 2017 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gieart87/bfee0b0b78c58a7f3f23ee754be0a6f0 to your computer and use it in GitHub Desktop.
Save gieart87/bfee0b0b78c58a7f3f23ee754be0a6f0 to your computer and use it in GitHub Desktop.
Fixing Error only_full_group_by when executing a query grouping in MySql
[mysqld]
# ... other stuff will probably be here
sql_mode = "STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment