I am using godaddy hosting, the db server name CAN NOT with a underscore.
Is the Underscore needed in db server name if I want to install Multi-DB??
codes in my db-config.php:
add_db_server('0', 'dc1', 1, 1,'wpmu0.db.6110044.hostedresource.com', 'wpmu0.db.6110044.hostedresource.com', 'wpmu0', 'wpmu0', 'wpmu');
add_db_server('1', 'dc1', 1, 1,'wpmu1.db.6110044.hostedresource.com', 'wpmu1.db.6110044.hostedresource.com', 'wpmu1', 'wpmu1', 'wpmu');
codes in my move-blogs.php:
$newdb_prefix = 'wpmu';
Regards,