I'm writing some scripts to import some 500+ blogs into MU from a WP installation and could use some help figuring out what to do with certain tables, please. The following per-blog tables are found in WP, but not in MU (I don't think these are plugin related):
*_categories
*_linkcategories
*_post2cat
The following per-blog tables are in MU but not in WP
wp_*_terms
wp_*_term_relationships
wp_*_term_taxonomy
I could use some help reconciling the differences. Thanks.