This is an archive of the phpBB 2.0.x support forum. Support for phpBB2 has now ended.
Forum rules Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785
First I have run a search and could not find the topic so if someone can direct me I would appreciate it. What I want to do is open a totally separate board but use the same database on my server. I do not want to share users. I want this a totally separate board. How do I upload the second copy to make it work.
can someone explain what prefix is? does that mean the name of the folder that the forum files are in? I want to do the same thing, two completely separate forums.
I have been told that this is possible but when I attempted to set up two boards the I was refused due to the other forum using the root sql password to run.
it makes sense that by changing a few values in the files would allow you to run two different boards on one database, but i would have no idea how to do that.
Upload all the files, call the script from your browser(just like you install your first board). In the process, they will ask for the table prefix, database name, database password, ect. All you need to do is change the table prefix to "php_2" ( default = php_ ). That's all.