Skip to content

Instantly share code, notes, and snippets.

@thieso2
Created May 19, 2010 13:04
Show Gist options
  • Save thieso2/406277 to your computer and use it in GitHub Desktop.
Save thieso2/406277 to your computer and use it in GitHub Desktop.
[mysqld]
max_allowed_packet      = 16M
innodb_file_per_table
query_cache_size = 32M
innodb_additional_mem_pool_size = 256M
innodb_buffer_pool_size = 512M
innodb_log_buffer_size = 256M
innodb_log_file_size = 256M
#bulk_insert_buffer_size = 256M
innodb_flush_method = O_DSYNC
default-table-type=innodb
character-set-server = utf8
default-character-set = utf8
collation-server = utf8_unicode_ci
#sql_mode="STRICT_ALL_TABLES"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment