The most common issue that
bothers MySQL users is slow performance of database. There is nothing
worst than having a slow database that takes forever to open. To
optimize the overall performance of your database, you first need to
optimize the queries. Because badly design queries not only degrade
the performance of database but also consume more resources. So first
try to find out the bad queries that can impact your database and
then optimize them.