Last active
January 25, 2016 03:44
-
-
Save anaxamaxan/fe04b1e117033a381e93 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# in Homestead and typical Ubuntu, put this in /etc/mysql/my.cnf | |
# right after explicit_defaults_for_timestamp | |
sql-mode = "ALLOW_INVALID_DATES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" | |
# Also, if you execute .sql file from an older MySQL version, you might get errors befause the ROW_FORMAT=FIXED is no | |
# longer a valid option. Search all ROW_FORMAT=FIXED replace with ROW_FORMAT=DYNAMIC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment