Skip to content

Instantly share code, notes, and snippets.

@figassis
Created January 23, 2019 08:59
Show Gist options
  • Save figassis/ab1b237ec31966b5039689d85ebee941 to your computer and use it in GitHub Desktop.
Save figassis/ab1b237ec31966b5039689d85ebee941 to your computer and use it in GitHub Desktop.
Default mysql config
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
sql-mode = "STRICT_TRANS_TABLES,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