Skip to content

Instantly share code, notes, and snippets.

@brutuscat
Created July 25, 2014 11:22
Show Gist options
  • Save brutuscat/9cf09dc72f8bf9e8ce0a to your computer and use it in GitHub Desktop.
Save brutuscat/9cf09dc72f8bf9e8ce0a to your computer and use it in GitHub Desktop.
my.cnf
[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