Change Table Prefix?

edited November 2011 in Vanilla 2.0 - 2.8
I want to run a few Vanilla Forum Installations from the same db but use different prefixes. Is this possible? I've searched a lot and haven't found anything that's worked thus far.

Any help is very appreciated.

Thanks in advance.

Answers

  • ToddTodd Vanilla Staff
    This is theoretically possible with this:
    $Configuration['Database']['DatabasePrefix'] = 'GDN_';
    I'd create a config.php with nothing but your php declaration and that line and then run the setup.

    Fair warning. We haven't tested this at all and will not support it.
  • whu606whu606 MVP
    edited November 2011
    jake

    Just seen Todd's answer, so I've deleted mine.
Sign In or Register to comment.