Support » Networking WordPress » what site_id means in wpmu?

  • mysql> desc wp_blogs;
    +————–+—————+——+—–+———————+—————-+
    | Field | Type | Null | Key | Default | Extra |
    +————–+—————+——+—–+———————+—————-+
    | blog_id | bigint(20) | NO | PRI | NULL | auto_increment |
    | site_id | bigint(20) | NO | | 0 | |
    | domain | varchar(200) | NO | MUL | | |
    | path | varchar(100) | NO | | | |
    | registered | datetime | NO | | 0000-00-00 00:00:00 | |
    | last_updated | datetime | NO | | 0000-00-00 00:00:00 | |
    | public | tinyint(2) | NO | | 1 | |
    | archived | enum(‘0′,’1’) | NO | | 0 | |
    | mature | tinyint(2) | NO | | 0 | |
    | spam | tinyint(2) | NO | | 0 | |
    | deleted | tinyint(2) | NO | | 0 | |
    | lang_id | int(11) | NO | MUL | 0 | |
    +————–+—————+——+—–+———————+—————-+
    12 rows in set (0.24 sec)

    one site may have many different wp blogs, that is there may be
    blog1.domain.com, blog2.domain.com … blogn.domain.com

    i have succeed to configure WPMU, but there is only one site, so how to configure WPMU to support multiple site? // that is not multiple blogs …

    is there any tutorials?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘what site_id means in wpmu?’ is closed to new replies.