please help, need best Innodb config of Linode 16G VPS
I need your help to configure Mysql (mysql Ver 14.14 Distrib 5.1.73) on Centos6.5 64bit, for best performace and heavy website (Drupal one)
for Linode 16GB
Thank you very mush and regards…
2 Replies
For InnoDB, the immediate advice I would give is to set it to use per-table tablespaces before creating your tables:
I will do my best to collect a good configuration of my.cnf file, from mysqltuner output results and applying tablespaces …
regards
@hoopycat:
My usual approach: use
http://mysqltuner.com/ to tune it, with your real workload.For InnoDB, the immediate advice I would give is to set it to use per-table tablespaces before creating your tables:
… everything else will kinda settle out from there. https://dev.mysql.com/doc/refman/5.1/en … paces.html">https://dev.mysql.com/doc/refman/5.1/en/innodb-multiple-tablespaces.html