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 ... ]
yum install httpd php php-mysql mysql mysql-server chkconfig httpd on chkconfig mysqld on /etc/init.d/httpd restart /etc/init.d/mysqld restart
[ Read the rest ... ]