Step 3: db-config.php
#1 Line 10: if you are using 16 do you leave this line alone. I’m assuming yes, but I’d rather verify this too.
#2 Line 16: currently looks like: add_dc_ip(‘127.0.0.’, ‘dc1’:wink:; changing to: add_dc_ip(‘173.247.000.1’, ‘dc1’:wink:;
Do I leave ‘dc1’?
#3 Line 25: Do we add _global to our db name. EX: restrell_global
Below is how lines 65 and below looks, with the only change per line the restrell_1, _2 and so on. Is this correct? The example shows ‘masonjan_dbname_0. The masonjan is confusing.
add_db_server(‘0’, ‘dc1′, 1, 1,”,’173.247.000.1’, ‘restrell_0’, ‘username’, ‘password’:wink:;
Line #63: I changes to:
add_db_server(‘global’, ‘dc1′, 1, 1,”,’173.247.000.1’, ‘restrella_global’, ‘username’, ‘password’:wink:;
Are these the correct changes, assuming the IP and username and password are correct?
Thank you,
In the example bd-config-sample-16.php, shouldn’t the IP address in line 16 match in the add_db_server lines? Meaning the 192.168.0.101 should be the same as the numbers on line #16. Am I correct or have I missed something else?
add_db_server(‘0’, ‘dc1′, 1, 1,’64.120.23.72′,’192.168.0.101’, ‘wpmu_0’, ‘db_user_name’, ‘db_user_name_pass’:wink:;