You need a separate DB. Author and Public instances use each their own separate repository. Please note that if you cluster author instances you might have issues with concurrent editing of the pages from different cluster nodes.
Regards, Jan On Jan 5, 2011, at 10:48 AM, Kareem Al Jabr wrote: > Hi Magnolian, > > I have managed to make Author instance use a clustered MySQL DB as a > repository. And I can see all the tables created when the setup process is > done. But now do I have to create a separate database for the public > instance!? Because I tried to make the public instance point to the same > database but it was not succeeding throwing an exception saying record > already exists. But when I created a separate database for it like <param > name="url" value="jdbc:mysql://127.0.0.1:5000/Magnolia_Public" /> it is not > creating such trouble. But I can see the same number of tables created in > both author and public instances 51 tables: > > For Author I am using > <param name="url" value="jdbc:mysql://127.0.0.1:5000/Magnolia_Author" /> > > For Public I am using > <param name="url" value="jdbc:mysql://127.0.0.1:5000/Magnolia_Public" /> > > Please let me know if I am following a correct approach or not. > > Thanks, > Kareem ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
