Skip to main content

Optimize MySQL 5.6 (high iowait times since upgrade from 5.1)

Comments

2 comments

  • kernow
    Am no expert in this but will try. First thing I notice is that you have innodb_buffer_pool_size listed twice in your my.cnf innodb_buffer_pool_size = 2G innodb_buffer_pool_size = 6G
    Remove one of the above ( probably the 2G line.) I read recently that mysqltuner output should not be used with Mysql >5.5 so you should just work with the tuning-primer script results. Your table cache results says "100% of your table cache is in use" so this definetely needs adjusting along with table_definition_cache. Try increasing both of these by 50% save and restart Mysql and wait 48 hours before running the tuning-primer script again to see the results.
    0
  • cPanelMichael
    Hello :) You may also want to take a quick look at /var/log/dmesg and /var/log/messages just to rule out any potential hardware issues with your drive. Thank you.
    0

Please sign in to leave a comment.