Skip to content

Instantly share code, notes, and snippets.

@carlosanders
Forked from hanjong/my.ini
Last active March 11, 2021 02:28
Show Gist options
  • Save carlosanders/218a4364f3a4601c6c21af3600c93f3b to your computer and use it in GitHub Desktop.
Save carlosanders/218a4364f3a4601c6c21af3600c93f3b to your computer and use it in GitHub Desktop.
my.ini for mySQL
[mysqld]
# Set the SQL mode to strict
sql_mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER"
explicit_defaults_for_timestamp=1
bind-address=0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment