PDA

View Full Version : Does vBulletin require its own database?


apollokiev
Sat 27th Mar '04, 1:42am
The intranet I am currently working on is a database driven site using mySQL, PHP, and the Mojavi MVC framework (www.mojavi.org).

Considering that our mySQL database has extensive information already in it, can I have vBulletin use this database too? Or does it have to be a new empty database? I've looked through the Technical Documents on the site, but could not find the specific information.

Thank you.

Steve Machol
Sat 27th Mar '04, 1:48am
It's preferably to use a separate MySQL database but you can add the vB tables to an existing database by using the table prefix option in vB3 to make these table names unique.

Floris
Sat 27th Mar '04, 4:04am
Steve is right, it is (always) adviced to use a seperate database for each project you have running. One MySQL setup can run multiple databases. From version 3 on it is optional to set a table prefix in the config.php file. (This would be the one and only setting!)