• Resolved graybobby

    (@graybobby)


    hi everyone. i wld like to know the table that multise installations use to store its individual sites in the database. thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are global db tables and site specific tables. The site specific tables look like this:

    <prefix>_<siteid>_commentmeta
    <prefix>_<siteid>_comments
    <prefix>_<siteid>_links
    <prefix>_<siteid>_options
    <prefix>_<siteid>_postmeta
    <prefix>_<siteid>_posts
    <prefix>_<siteid>_term_relationships
    <prefix>_<siteid>_term_taxonomy
    <prefix>_<siteid>_terms

    Thread Starter graybobby

    (@graybobby)

    thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘where does multisite store its sites in e database’ is closed to new replies.