From: Miles B. <mil...@gm...> - 2005-12-13 05:20:30
|
Does anyone know why when I run mysqlcheck it says it cannot find two files? I checked and the files are there. Below is the output from mysqlcheck. mysqlcheck fofredux fofredux.fr_categories OK fofredux.fr_feeds OK fofredux.fr_items OK fofredux.px_feeds error : Can't find file: './fofredux/px_feeds.frm' (errno: 13) fofredux.px_items error : Can't find file: './fofredux/px_items.frm' (errno: 13) imageconnector:/var/lib/mysql/fofredux# ls fr_categories.frm fr_feeds.frm fr_items.frm px_feeds.frm px_items.frm fr_categories.MYD fr_feeds.MYD fr_items.MYD px_feeds.MYD px_items.MYD fr_categories.MYI fr_feeds.MYI fr_items.MYI px_feeds.MYI px_items.MYI Also I noticed that the last update time for when feeds were updates shows as 'never'. Does anyone know how to fix this so the update time is populated again? |