MySQL performance tuning
Even though there are lot of variables that you can tweak to improve the performance of MySQL, only few of them are more important. The main variables are :- innodb_buffer_pool_size :- This is very important variable if you are using InnoDB while comparing with MyISAM. InnoDB much more sensitive in the buffer pool size. Since… Read More »