Wordpress database error
Published November 12th, 2006 in Technology.One morning, i was checking my website but i got this error.

WordPress database error: [Can’t create/write to file ‘/tmp/#sql_1274_0.MYI’ (Errcode: 28)]
SELECT DISTINCT * FROM wp_posts LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) LEFT JOIN wp_categories ON (wp_post2cat.category_id = wp_categories.cat_ID) WHERE 1=1 AND (category_id = '5') AND post_date_gmt <= '2006-11-12 02:36:59' AND (post_status = "publish" OR post_author = 1 AND post_status != 'draft' AND post_status != 'static') AND post_status != "attachment" GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 10
What does all this mean?




[root@photoblog html]# perror 28
OS error code 28: No space left on device
you can also lookup perror’s on the mysql website