How to fix MySQL high CPU usage

MySQL is quite popular among open source web apps, but it is prone to performance issues, if not maintained properly. Performance issues happen primarily through table fragmentation, unoptimized memory settings, and more. All this can result in MySQL high CPU usage,...

How to fix MySQL high IOWait

MySQL is the most popular database used in web applications. It is supported by all hosting providers, is easy to administer, and free. However, MySQL servers often face high server load due to high disk IOWait. Is it really high IOWait? MySQL load can be due to high...