WordPress database error: [Table './bashar/wp_posts' was created with a different version of MySQL and cannot be read]
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND ID = 2 AND (post_type = 'page') ORDER BY post_date DESC

Bashar Al Takrouri :: Reseach blog

WordPress database error: [Table './bashar/wp_posts' was created with a different version of MySQL and cannot be read]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC