Last active
July 29, 2021 18:10
-
-
Save jonathanstegall/fb8c6ef4a06d69a35a99ec3f2694389a to your computer and use it in GitHub Desktop.
this is required for MySQL to successfully import a WordPress database on Mac OS, at least as of June 2020
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
| set global sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'; | |
| SET SQL_MODE='ALLOW_INVALID_DATES'; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It still is required, at least for me, as of July 2021.