Skip to main content

MySQL queries are taking very long time to execute

Comments

3 comments

  • cPanelAnthony
    Hello! Could you let me know if this article regarding the MySQL Tuner Script helps?
    0
  • webintel
    Do you use cloud linux?
    0
  • ffeingol
    You could try adding EXPLAIN before your query (you'd need to run from MysQL command line) and MysQL will tell exactly how it's going to execute the query, what indexes it's going to use etc. MySQL may not really be using the indexes you think it is.
    0

Please sign in to leave a comment.