The MU forums have moved to WordPress.org

HyperDB configuration issue? (1 post)

  1. Nosf
    Member
    Posted 15 years ago #

    Hi all,

    I need install hyperdb plugin with word press mu 2.6.5 and I need to configure hyperdb plugin to work with 10+ partitioned database and 1 global
    databse.

    and added this in db-settings.php file

    add_db_server('partitioned', 0, '', 1, 1, 'IP-Adress', 'IP-Adress', 'DB1',
    'uname', 'upass!');
    add_db_server('partitioned', 0, '', 1, 1, 'IP-Adress', 'IP-Adress', 'DB2',
    'uname', 'upass!');
    add_db_server('global' , 0, '', 1, 1, 'IP-Adress', 'IP-Adress', 'DB3',
    'uname', 'upass!');

    ...etc

    Then I try to create new blogs, more than 30 blogs. but all blugs created in global databse (DB3).

    How can I set that it creates tables in all of listed DB's?
    My site is live, and already I have more than 50 blogs registered, 425 tables active from yesterday evening. So,
    quick help would be a life saviour..

    Thnx

About this Topic

  • Started 15 years ago by Nosf