[mysql] # port=3306 # socket=/tmp/mysql.sock max_allowed_packet=66M [mysqld] # pid-file = /var/run/mysqld.pid # socket = /var/run/mysqld.sock # port = 3306 # basedir = /usr # datadir = /var/lib/mysql # tmpdir = /tmp # lc-messages-dir = /usr/share/mysql log_error = /var/log/mysql-error.log socket=/tmp/mysql.sock character_set_server = utf8 max_allowed_packet = 66M default-storage-engine = InnoDb key_buffer = 32K thread_stack = 256K thread_cache_size = 4 max_connections = 100 thread_concurrency = 4 query_cache_limit = 1M query_cache_size = 1M innodb_log_buffer_size = 1M innodb_lock_wait_timeout = 120 innodb_log_buffer_size = 1M innodb_thread_concurrency = 4 innodb_write_io_threads = 2 innodb_read_io_threads = 2 innodb_additional_mem_pool_size = 1M innodb_buffer_pool_size = 2M