WordPress MU uses one database and each blog gets his own tables with the blog id in the prefix, so once you install a network installation your database should have these tables:
- wp_1_categories
- wp_1_comments
- wp_1_link2cat
- wp_1_links
- wp_1_options
- wp_1_post2cat
- wp_1_postmeta
- wp_1_posts
- wp_blogs
- wp_blog_versions
- wp_registration_log
- wp_signups
- wp_site
- wp_sitecategories
- wp_sitemeta
- wp_usermeta
- wp_users
And every new site you set up will create separate tables for example:
- wp_2_categories
- wp_2_comments
- wp_2_link2cat
- wp_2_links
- wp_2_options
- wp_2_post2cat
- wp_2_postmeta
- wp_2_posts
Related Posts:
- Multisite: How to store global options vs. site options?
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- DB connection error after copying a WordPress Multisite instance to a second location
- Multisite Network Port Num Issues?
- Add WordPress MU Network Admin via Database
- How to tell which database tables belongs to which multisite site
- what are pmxi tables? [closed]
- Plugin for editing options on multisite?
- How do I transition multiple installations to a single Multisite installation?
- find a random blogid across my multisite network that has at least one post published
- WP-CLI methods for get_current_blog_id, get_blog_details or $wpdb->prefix
- How To Provide Sub-Blogs Their Own Domain Names?
- Generate WP-CLI @alias for each site on multisite
- How to make WordPress use new Upload Path settings in Multisite Setup
- Add site options UI in Multisite Sites > Infos page
- What is the correct form action URL for network options pages?
- Using WP CLI to set options in WP Multisite
- Multiple Domains and Subdomains Using Multisite Installation
- Add New Sub Site from the WordPress back end then in sub site options table option_value must be with https
- Broken image multisite
- Migrating WPMS from apache to IIS7 causes Database Error
- Synchronizing Two WordPress Sites Content
- Hide root site in Multisite install
- How to clone and locally run a network for testing
- Two WordPress sites sharing the same database
- Subdomain and subdirectories together in one installation
- Split a database will improve performance?
- How to Move Local Singlesite Database to Remote Multsite Database?
- Multisite Subdomain Using More Resources Than Others?
- WordPress (+WPMU) Import/Export ALL settings?
- Importing Multiple DB to one MU database
- Alias domain to Multi-site installation in Apache
- Make WordPress Search for Both Main Domain and Subdomain
- Bootstrapping WordPress MultiSite Outsite of WordPress – No $wpdb
- Multisite setup creating custom table
- Multisite Network menu links not updating
- How to get option values set from all sites within a Multisite setup?
- Bulk theme settings in wordpress multisite
- Within the database, where is the flag which says that a user has Super Admin rights?
- Bulk activate a theme on multisite
- Migrating Multisite – Database error, missing wp_blogs table
- WPML tables not deleted when removing multisite subsite, need help clearing up my sql-file! [closed]
- What is the function to get options of the parent site of a multisite network?
- Database Tables Lost Indexes? How to Recover?
- Installed domain-based Multisite but can’t access wp-admin (redirect loop)
- Multiple multisite instances connecting to the same database
- WordPress Network admin options page: how to store options and where will they be stored?
- WordPress Multisite – can I somehow merge the tables?
- Create a database for each site created in multisite?
- ERR_TOO_MANY_REDIRECTS when i config my subdomains
- Will changing the folder name two directories above a fresh wordpress installation break the site?
- Register submenu on network menu from the subsite
- Least expensive way to get table prefix in multisite installation
- 2 website 1 database… Local to online
- new multisite, old db
- Removing Mutlisite lines stop DB connection
- how to migrate wpmu from one host to the other?
- Share DB tables between two blogs on the same WP Multisite installation
- How can I create blog specific database table in multisite?
- Update blog option during create new blog?
- How many databases do I need?
- Locking one blog of many in a multi user/blog WordPress installation
- WordPress Multisites or Multiple WP Single sites?
- $wpdb->update prefixes database name to table when executing query
- Multisite on single wordpress
- WP MultiSite: Can’t select database error after changing to new domain
- Combining user database tables while keeping all other data in seperate for multiple sites?
- How to make multi site with single Database?
- Update WP install to WP network & it broke the DB connection
- Sharing users across multiple sites, each on their own database
- importing data into wordpress db
- How to share User Database between Two Multisite Installations + More
- WPMU on MySQL limited to 1GB of space?
- How does WP decide how to evaluate database integrity
- Problem with new Multisite Installation
- get_site_option / update_site_option – the main site and sub sites do not share the same storage
- Multisite Equivalent of `register_setting`?
- wp option get blogname –url=my-sub-site.com returning main site option
- A database for each category?
- Problems with WordPress multisite directories/url structures and admin access after migration
- allow multisite in the installation process
- Error establishing a database connection after moving local wordpressmultisite from one directory to another
- Update siteurl and home in multisite subsites to https
- wordpress multisite – handle Database
- Importing Posts into New Website with Same User ID’s
- WordPress automatic Login on other page?
- Which action hook to update custom field at network/site-info.php in multisite on update site info
- How to reconnect database to existing wordpress multisite setup after changing site name
- Multi-site database upgrade claims success, but db_version not updated
- multisite shared settings
- Get multisite count without php?
- Multiple domain with one database
- WordPress and SQL – Update and Insert from another table if column value doesn’t exist
- Plugin data shared in Multisite
- WordPress multisite and one database
- 4th Network Site Database Errors?
- How to display update message only to admin
- Is there a full explanation on how to share a database with two WordPress sites on same server?
- HyperDB, Multisite – on new site creation put site’s tables to specific database
- Why the sites dropdown in multi-site installation is different from the list of sites when seen full page?