Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

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.