Skip to content

Instantly share code, notes, and snippets.

@hoshinaoshi
Created November 17, 2013 16:50
Show Gist options
  • Save hoshinaoshi/7515401 to your computer and use it in GitHub Desktop.
Save hoshinaoshi/7515401 to your computer and use it in GitHub Desktop.
innodb_buffer_pool_size=32M
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
symbolic-links=0
character-set-server=utf8
default-time-zone='+9:00'
skip-character-set-client-handshake
collation-server=utf8_general_ci
init-connect = SET NAMES utf8
[client]
default-character-set=utf8
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
[mysql]
default-character-set=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment