I have a similar problem – received link errors when I upgraded from 2.07 to 2.1. My Link category is no longer available and I cannot add any links to the blog (that is, its in the blog roll but not on the site), when I do I get an error:
WordPress database error: [Got error 1 from storage engine]
SELECT category_id FROM wp_link2cat WHERE link_id = 1 ORDER BY category_id
When I edit the bookmark I just added, there is an error listed in the Category box:
WordPress database error: [Got error 1 from storage engine]
SELECT category_id FROM wp_categories, wp_link2cat WHERE wp_link2cat.category_id = cat_ID AND wp_link2cat.link_id = ‘1’
WordPress database error: [Got error 1 from storage engine]
SELECT category_id FROM wp_categories, wp_link2cat WHERE wp_link2cat.category_id = cat_ID AND wp_link2cat.link_id = ‘1’
WordPress database error: [Got error 1 from storage engine]
SELECT category_id FROM wp_categories, wp_link2cat WHERE wp_link2cat.category_id = cat_ID AND wp_link2cat.link_id = ‘1’
WordPress database error: [Got error 1 from storage engine]
SELECT category_id FROM wp_categories, wp_link2cat WHERE wp_link2cat.category_id = cat_ID AND wp_link2cat.link_id = ‘1’
WordPress database error: [Got error 1 from storage engine]
SELECT category_id FROM wp_categories, wp_link2cat WHERE wp_link2cat.category_id = cat_ID AND wp_link2cat.link_id = ‘1’
WordPress database error: [Got error 1 from storage engine]
SELECT category_id FROM wp_categories, wp_link2cat WHERE wp_link2cat.category_id = cat_ID AND wp_link2cat.link_id = ‘1’
WordPress database error: [Got error 1 from storage engine]
SELECT category_id FROM wp_categories, wp_link2cat WHERE wp_link2cat.category_id = cat_ID AND wp_link2cat.link_id = ‘1’
Would deleting my link categories fix this problem? And if so, how do I do that exactly? I am running WP version 2.1, PHP 5.2 and MySQL 4.1.22. I have no idea how to use a phpMyAdmin type program but this is on my own server so I have access to the MySQL command prompt.