topaz2/chef_boilerplate_php

View on GitHub
templates/default/mysql/my.cnf

Summary

Maintainability
Test Coverage
[mysqld]
general_log          = 1
general_log_file     = /var/log/mysql/mysql.log

query_cache_limit    = 64M
query_cache_size     = 64M
tmp_table_size       = 64M
max_heap_table_size  = 64M
table_cache          = 1024