Skip to content

Instantly share code, notes, and snippets.

@javierg
Created February 4, 2013 18:06
Show Gist options
  • Save javierg/4708386 to your computer and use it in GitHub Desktop.
Save javierg/4708386 to your computer and use it in GitHub Desktop.
my.cnf.tmpl
[mysqld_safe]
socket = /tmp/mysql.sock
[server]
character_set_server=utf8
collation_server=utf8_unicode_ci
skip_character_set_client_handshake
default_table_type=innodb
transaction-isolation=READ-COMMITTED
innodb_file_per_table
local_infile=0
max_allowed_packet=1G
socket = /tmp/mysql.sock
[client]
socket = /tmp/mysql.sock
# vim: filetype=dosini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment