Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fhferreira
Created January 4, 2016 00:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhferreira/dd8a2a24000a562c87ab to your computer and use it in GitHub Desktop.
Save fhferreira/dd8a2a24000a562c87ab to your computer and use it in GitHub Desktop.
SQL Mode - Mysql Brew
- command:
vim /usr/local/Cellar/mysql/5.7.10/my.cnf
- text:
[mysqld]
sql-mode="NO_ENGINE_SUBSTITUTION"
- command:
sudo brew services restart mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment