If you want to change a Wordpress database from InnoDB to MyIsam.
[ Read the rest ... ]
Open phpMyAdmin, make a backup of your database first
Find all un-used tags
SELECT * From wp_terms wt INNER JOIN wp_term_taxonomy wtt ON wt.term_id=wtt.term_id WHERE wtt.taxonomy='post_tag' AND wtt.count=0;
[ Read the rest ... ]