-
Mysql Tweaking !!
I thought of explaining mysql tweaking …
Login to the server and check out your my.cnf file.. To check whether your server is using the correct resourses perform the below commands and checks !!
Here it goes !!!! Njoy !!!!
mysql> show status like ‘%Open%_tables’;
mysql> show variables like ‘table_cache’;
Run the above two commands [...]