Skip to content

Instantly share code, notes, and snippets.

@jewei
Created April 10, 2017 08:44
Show Gist options
  • Save jewei/c9507ebecccc5d6e71a701dc51413a5f to your computer and use it in GitHub Desktop.
Save jewei/c9507ebecccc5d6e71a701dc51413a5f to your computer and use it in GitHub Desktop.
Disable Mysql STRICT_TRANS_TABLES
# /usr/local/etc/my.cnf
[mysqld]
sql_mode=ONLY_FULL_GROUP_BY,NO_ZERO_IN_DATE,NO_ZERO_DATE,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