Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

database prefix / multi installs on one database


Go to End


2 Posts   1955 Views

Avatar
vivilanco

Community Member, 19 Posts

22 September 2009 at 5:37am

Hey... basically i like using the silverstipe platform its just what people i work with want, but i can easily see an issue coming up later...

basically with the requirement of a database on any install, is there a way to implement multi installs on one database or is it a seperate DB jobby?

thanks

Avatar
bummzack

Community Member, 904 Posts

22 September 2009 at 6:51am

Edited: 22/09/2009 6:51am

Usually, SilverStripe requires one DB per install. You can manage different Sites with just one SilverStripe installation (= 1 DB) with the subsites module.

AFAIK there's no table prefix that can be set..