From: "Hummel, Tracey S
I have a drupal 6 multisite. I'd like each site to have a unique set of enabled modules. Is it possible for each site to have it's own unique system table? I also have unique variable tables.
'default' =>'',
'blocks'=> 'main_',
'boxes' => 'main_',
'variable' => 'main_',
'cache' => 'main_',
'system' => 'main_',
Is having unique system tables asking for trouble? I'm having problems with a couple of contributed modules like Features and environment indicator but I'm not sure the unique system table is causing the problem.