MySQL

Optimize MySQL turning Off InnoDB

MySQL

If your MySQL databases uses MyISAM instead of InnoDB you should turn the last one Off. It should free memory and optimize your MySQL performance.

 

How to select Random with MySQL

MySQL

Select random rows from a database base with MySQL

 

How to Delete Post Revisions WordPress

WordPress

Following yesterday’s post about Turning Off Post Revisions today I’m going to show you how to delete those revisions from the data base.