Hi Andrew,
got a few questions to set up MultiDB WPMU. I’m trying to convert my WMPU with one DB in a MultiDB with 16DB’s. Here are some of my problems :slight_smile:
1.
Our Server IP Address: 72.123.456.789 / Dedicated Hosting IP: 97.123.456.678
Which IP is here needed? The Server or Dedicatet?
In example you write 123.123.123. -is here the 4th number of the IP-Adress not nessesary?
db-config.php
Line 16:
add_dc_ip(‘72.123.456.’, ‘dc1’:wink:;
add_dc_ip(‘72.123.456.789’, ‘dc1’:wink:;
2.
db_config.php
Line 37: add_db_server(‘global’, …
Do I have to enter here the existing WPMU DB or do I have to create a new DB?
3.
Am I right if I copy the following lines into the db-config.php?
Line 39: add_db_server(‘0’, ‘dc1′, 1, 1,’Database Host Name’,’192.168.0.101′, ‘DB-Name1’, ‘DB-User1’, ‘Pass’:wink:;
Line 40: add_db_server(‘1’, ‘dc1′, 1, 1,’Database Host Name’,’192.168.0.101′, ‘DB-Name2’, ‘DB-User2’, ‘Pass’:wink:;
4.
move-blogs.php
In Line 24-26: ($dbhost, $dbuname, $dbpass) Is here the Login of the existing WPMU DB or the new created DB`s required?
5.
move-blogs.php
Line 19: $dbname = “old_db_name”; // Is here the DB-Name of the existing WPMU required?
Line 21: $newdb_prefix = ‘newdbname’; // Which new of the 16 new created DB?
6.
Whats the list-hashes.php for?
I’m looking forward to hear from you soon.
Best regards and thanks :slight_smile: