I'd like to share some tables, out of the same shared database, between two blogs, each running in it's own folder.
What should be shared:
- posts related tables, like posts, categories, tags, users
What should not be shared:
- blog name and configuration (wp_options?)
- plugins
How could I achieve that?