Just installed MySQL 5.6 on Ubuntu 12.04 LTS which is loaded on my 1GB Linode.
Following the
https://library.linode.com/hosting-website guide for setting up MySQL 5.5 for a 1GB Linode directs you to change
Code:
/etc/mysql/my.cnf
to the following:
Code:
max_connections = 75
key_buffer = 32M
max_allowed_packet = 1M
thread_stack = 128K
table_cache = 32
This unfortunately doesn't appear to work with MySQL 5.6 as with this config loaded MySQL server will fail to start. What setting is causing this, and what would be the optimum settings for a 1GB Linode?
Many Thanks