- wp_comments: Where comments are stored
- wp_commentmeta: Meta data associated with each comment
- wp_links: Where data is stored based on WordPress Links
- wp_options: All of the options under Administration > Settings are stored here
- wp_posts: Post and Page data are stored here
- wp_postmeta: Meta data associated with each post
- wp_terms: Categories and Tags for both posts and pages
- wp_term_relationships: Data representing the relationship between posts, categories, and tags
- wp_term_taxonomy: Descriptions for tags, links, and/or categories as stored in wp_terms
- wp_users: Where each user account is stored
- wp_usermeta: Meta data associated with each user.