Forum Moderators: open

Message Too Old, No Replies

A database inside a database

         

jncr

12:27 am on Nov 23, 2007 (gmt 0)

10+ Year Member



I am making a website for my school that students can create forums using phpBB, which requires a database for each forum. This process has to be done automatically, and there are many students that will be using this. Is it possible to have 1 database that serves all of the created accounts? Or if it is not possible how do you automatically create a database?

Thanks for all future help.

lexipixel

3:23 am on Nov 23, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Try asking at:

[phpbb.com...]

WesleyC

4:44 pm on Nov 23, 2007 (gmt 0)

10+ Year Member



It is possible.

In the setup page, there's a "table prefix" field or something like it. If each student that sets up a forum uses a unique table prefix, all the tables can co-exist in one database.