Created
July 25, 2014 11:22
-
-
Save brutuscat/9cf09dc72f8bf9e8ce0a to your computer and use it in GitHub Desktop.
my.cnf
This file contains 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
[client] | |
[mysqld] | |
init-connect='SET NAMES utf8' | |
character-set-server=utf8 | |
collation-server=utf8_general_ci | |
max_allowed_packet='100M' | |
innodb_doublewrite=0 | |
innodb_flush_log_at_trx_commit=2 | |
sql_mode=NO_ENGINE_SUBSTITUTION,NO_AUTO_VALUE_ON_ZERO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment