[xwiki-users] dafault DB name change
Hi, All! Does anyone know, is it possible to change default DB name xwiki to smth else? I changed in config.cfg, xwiki.db=test in hibernate.cfg.xml <property name="connection.url">jdbc:mysql://localhost/test</property> After XWiki reload it tries to access xwiki db still. :-( What is correct way to do it? Thanks in advance, Dmitry
On Mon, Jan 30, 2012 at 5:06 PM, Haru Mamburu <[email protected]> wrote:
Hi, All!
Does anyone know, is it possible to change default DB name xwiki to smth else?
I changed in config.cfg,
xwiki.db=test
in hibernate.cfg.xml
<property name="connection.url">jdbc:mysql://localhost/test</property>
After XWiki reload it tries to access xwiki db still. :-(
What is correct way to do it?
Well that's supposed to be the correct way actually. You sure you uncommented xwiki.db ?
Thanks in advance,
Dmitry _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
Haru Mamburu -
Thomas Mortagne