Optimizing MySQL 5.6 for a Linode 1GB
Following the https://library.linode.com/hosting-website
/etc/mysql/my.cnf
to the following:
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
6 Replies
I'm new to all of this so still learning and going through all the set up guides etc.
Thanks
Is there any particular reason why its a bad idea, or is it just not the done thing. Still getting my head around this Ubuntu world (started yesterday).