[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Start of Magento Optimisation innodb_thread_concurrency = 10 #query_cache_size = 128M query_cache_limit = 8M thread_cache_size = 64 key_buffer = 512M max_allowed_packet = 64M #table_cache = 512 sort_buffer_size = 4M read_buffer_size = 4M read_rnd_buffer_size = 2M myisam_sort_buffer_size = 64M tmp_table_size = 128M query_cache_type = 1 wait_timeout = 300 max_connections = 200 innodb_buffer_pool_size = 4025682k table_cache = 2000 open-files-limit=4096 query_cache_size =256M # End of Magento Optimisation [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid [client] socket=/var/lib/mysql/mysql.sock