Skip to main content

MySQL Optimization

Comments

5 comments

  • cPanelMichael
    Hello, You could try implementing some of the advice suggested by the tuner: -------- Recommendations ------------------------------------------------------- -------------------- General recommendations: Restrict Host for user@% to user@SpecificDNSorIp MySQL started within last 24 hours - recommendations may be inaccurate Reduce or eliminate unclosed connections and network issues When making adjustments, make tmp_table_size/max_heap_table_size equal Reduce your SELECT DISTINCT queries which have no LIMIT clause Variables to adjust: tmp_table_size (> 32M) max_heap_table_size (> 32M) innodb_log_buffer_size (>= 8M)
    Then, let MySQL run for at least 24 hours, and run the tuner again to see if there's new advice. Thank you.
    0
  • Kurogane
    That is not the issue i can't wait 24h because we a getting the same issue. My website can't not load because is to slow because MySQL when restating in a few minutes my website is not available or very slow.
    0
  • Infopro
    It sounds like there's something wrong with at least one of your accounts websites. Optimizing MySQL is not a silver bullet.
    Cpu(s): 96.2%us, 1.3%sy, 0.0%ni, 2.1%id, 0.1%wa, 0.0%hi, 0.3%si, 0.0%st

    You need to find out which site is crippling your server like that.
    0
  • Kurogane
    I know what account/site is because is only one site is hosted in the server. So you think is script issue?
    0
  • cPanelMichael
    Are you using any particular scripts such as WordPress on the account? Thank you.
    0

Please sign in to leave a comment.