I want to install a php sql board in 3 differents language boards. In this case, I can use same sql database with 3 differents user names? or I should have 3 differents sql databases according to 3 differents language boards? Is there no way to use same sql database?
Thank you for your help...
microsol
02-21-2002, 07:26 PM
Originally posted by plee
I want to install a php sql board in 3 differents language boards. In this case, I can use same sql database with 3 differents user names? or I should have 3 differents sql databases according to 3 differents language boards? Is there no way to use same sql database?
Thank you for your help...
Yes there is but this would require to rewrite the db queries if the board doens't come with db abtraction and has the tables hardcoded.
actually I'm installing phpBB. This need some modification? I'm really new about php sql...:eek:
microsol
02-21-2002, 07:50 PM
Best place to ask this whould be the phpBB support forum. I am shure there are people who did it or asked it already.
Ahmad
02-22-2002, 04:56 AM
Do you have an option called table prefix or something similar?
If you do, you can install any number of boards you want by giving them different table prefixes.
In phpBB2, you can have multiple language interfaces in the same board (I know, this isn't very useful). You also have the table prefix option to install multiple boards on the same database.
see: http://phpbb.sourceforge.net/phpBB2/
EDIT: corrected URL.