Re: [xwiki-users] rename database

2010-08-02 Thread Thomas Mortagne
Are you using XE or XEM (do you have xwiki.virtual=1 basically) ? XEM does not ralle take into account what is in the hibernate configuration since it's suposed to switch databases all the time. In that case you have to use xwiki.db as Sergiu suggested. On Mon, Jul 26, 2010 at 18:18, Maslak Jr.,

Re: [xwiki-users] rename database

2010-07-27 Thread Sergiu Dumitriu
On 07/26/2010 06:18 PM, Maslak Jr., Michael wrote: > Is there a restriction that the database be named xwiki? I renamed the > database to xwiki_old and changed the URL in the database configuration file > to : > name="connection.url">jdbc:mysql://localhost/xwiki_old?useServerPrepStmts=false&useU

Re: [xwiki-users] rename database

2010-07-26 Thread Igor Popov
No, there is no such restriction - I even tried installing new xwiki into a database named "xwiki_old" and it works OK. Your connection URL looks correct. Try looking into Tomcat (or whatever application server your are using) logs - you may find a more specific error message down the stacktrace.

[xwiki-users] rename database

2010-07-26 Thread Maslak Jr., Michael
Is there a restriction that the database be named xwiki? I renamed the database to xwiki_old and changed the URL in the database configuration file to : jdbc:mysql://localhost/xwiki_old?useServerPrepStmts=false&useUnicode=true&characterEncoding=UTF-8&sessionVariables=sql_mode='' XWiki would not s