Skip to content

Instantly share code, notes, and snippets.

@lambidu
Last active June 14, 2017 05:43
Show Gist options
  • Save lambidu/52982bb8359ec067a47224d26b6bae1c to your computer and use it in GitHub Desktop.
Save lambidu/52982bb8359ec067a47224d26b6bae1c to your computer and use it in GitHub Desktop.

MySQL utils

Disable ONLY_FULL_GROUP_BY

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode, 'ONLY_FULL_GROUP_BY', ''));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment