I have a server, 8 cores, 12 GB RAM. And this SErver only use to run MySQL only. So, help me config /etc/my.conf to maximum speed, memory for MySQL.

Thanks.

link|improve this question
feedback

2 Answers

Here are some ideas. You can get a lot out of reading the book High Performance MySQL.

link|improve this answer
feedback

There is no simple answer to your question. Tuning MySQL is very wokrload dependend.

  • How your workload looks (mix of SELECTS/DMLs), query types, schema, indexing
  • Storage engines used
  • Working set size and database size
  • Access patern generated by users.

Here is link to my answer to similar question. It has a lot of usefull links, which describe different aspects of tuning MySQL parameters.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.