Created
March 22, 2017 01:22
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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