The MU forums have moved to WordPress.org

multiple databases plugin installation (5 posts)

  1. marcinpl87
    Member
    Posted 16 years ago #

    Hello
    I try to configure multiple databases plugin.
    Now I would edit move_blogs.php file but I don't know what I should write here:

    $dbname = "old_db_name";
    $blog_table_prefix = 'wp_';
    $newdb_prefix = 'newdbname';
    $dbhost = 'localhost';
    $dbuname = 'user';
    $dbpass = 'pass';

    , because my databases names are like: db6221, db8505, db8888, db9444, db11119 etc. and it is difficult to make some prefix here... 0o"

    Any suggestion how to fix this problem?

  2. tdjcbe
    Member
    Posted 16 years ago #

    multiple databases plugin

    Which one? There are several.

  3. marcinpl87
    Member
    Posted 16 years ago #

    multi-db-0.6.2 from wpmudev.org

  4. Trent
    Member
    Posted 16 years ago #

    You need to post in the premium forums there for support as it is not something for users on this forum unless they are members there. The script assumes you have a common prefix for the database and the same user and password for all the databases. If the prefix is wpmu_ then....

    wpmu_database1
    wpmu_database2
    etc...

    It doesn't matter the name of your databases, but they all need the same prefix. Post in the other forums if you need more help.

    Trent

  5. marcinpl87
    Member
    Posted 16 years ago #

    ok.
    Thanks for the support!

About this Topic

  • Started 16 years ago by marcinpl87
  • Latest reply from marcinpl87