when editing the db-config.php file in the multi-db plugin the db-config is updated this is what I have below
double checking is this correct
add_global_table('affiliatedata');
line 25 above should look like this below
add_uploadme_1trivixe23_global_table('affiliatedata');
if my db name is uploadme_1trivixe23
within the db-config.php file lines 25 through 49 need to be updated? thank you