Skip to main content

MYSQL 5.1.X Optimization

Comments

4 comments

  • cPanelMichael
    Hello :) Thank you posting the output from the MySQL tuner. In addition to that, are you able to provide details about any particular issues you are having with MySQL? Or, are you just seeking to improve the overall speed/performance? Note that most of the advice on the "Optimization" forum will come from other users. Thank you.
    0
  • server10
    I'd suggest you : 1- Increase the value of tmp_table_size to a greater value. 2- Increase the value of table_open_cache and open_files_limit variables, have in mind that you might need to change max open file size for mysql user. /http://duntuk.com/how-raise-ulimit-open-files-and-mysql-openfileslimit
    0
  • Makento
    Hi, we running a drupal & civicrm website. Experiencing poor page loads hence looking to speed up. Thanks
    0
  • thinkbot
    2 basics in your case that will make huge difference: table_cache = 2048 innodb_buffer_pool_size = 900M and modify query_cache_size = 50M then restart
    0

Please sign in to leave a comment.