WordPress database error: [Table 'fgv_postmeta' is marked as crashed and should be repaired]
SELECT meta_key FROM fgv_postmeta WHERE meta_key = 'views' AND post_id = '54'
WordPress database error: [Incorrect key file for table './blogs2/fgv_postmeta.MYI'; try to repair it]
INSERT INTO fgv_postmeta (post_id,meta_key,meta_value) VALUES ('54','views','1')
Resident Evil: TOFU gameplay
This is an interesting gameplay video of Resident Evil 2. Whoever made it is quite experienced, besides playing as tofu is kinda funny.
Tags: adventure, gameplay, resident evil
- No Related Posts
Relevant Videos:
WordPress database error: [Can't create/write to file '/tmp/#sql_907_0.MYI' (Errcode: 30)]
SELECT DISTINCT p.*, count(p2t.post_id) as cnt
FROM fgv_post2tag p2t, fgv_tags t, fgv_posts p
WHERE p2t.tag_id = t.tag_id
AND p2t.post_id = p.ID
AND (t.tag IN ('adventure', 'gameplay', 'resident-evil', ''))
AND post_date_gmt < '2009-01-06 19:22:17'
AND (post_type = 'post')
AND p.ID != 54
GROUP BY p2t.post_id
ORDER BY cnt DESC, post_date_gmt DESC

