View previous topic :: View next topic |
Author |
Message |
Skylar
Joined: 30 Nov 2003 Posts: 3 Location: somewhere over the rainbow
|
Posted: Tue Feb 17, 2004 2:10 am Post subject: Multiple b2s in one database |
|
|
is it possible to have multiple seperate b2s on one database without showing the same thing on each site?
Because my hosting company only offers 1 database so..yeah its junky.
Thanks alot! _________________ If maturity is involved, I want nothing to do with it. |
|
Back to top |
|
 |
Eon
Joined: 18 Feb 2004 Posts: 2 Location: Tulsa, Oklahoma
|
Posted: Wed Feb 18, 2004 7:42 am Post subject: |
|
|
Yeha, I was wondering that too.. I have 3 databases (or 5, I forget), and I was wondering if I can do that, or if I can change the name of the database that it creates because I already have a blog installed.. Thank you..
-Eon
http://artistique-sirene.com |
|
Back to top |
|
 |
Eon
Joined: 18 Feb 2004 Posts: 2 Location: Tulsa, Oklahoma
|
Posted: Wed Feb 18, 2004 8:49 am Post subject: |
|
|
AH HA!
Go into b2config.php..
Where it says:
# database tables' names (change them if you want to have multiple b2's in a single database)
$tableposts = 'b2posts';
$tableusers = 'b2users';
$tablesettings = 'b2settings';
$tablecategories= 'b2categories';
$tablecomments = 'b2comments';
Change the names.. I'll try it and tell you if it works.. |
|
Back to top |
|
 |
|