please help, need best Innodb config of Linode 16G VPS

Hello My friends,

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

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: https://dev.mysql.com/doc/refman/5.1/en … paces.html">https://dev.mysql.com/doc/refman/5.1/en/innodb-multiple-tablespaces.html … everything else will kinda settle out from there.

Thank you very much for Help

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: https://dev.mysql.com/doc/refman/5.1/en … paces.html">https://dev.mysql.com/doc/refman/5.1/en/innodb-multiple-tablespaces.html … everything else will kinda settle out from there.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct