<
From version < 10.1 >
edited by Vincent Massol
on 2016/04/27
To version < 12.1 >
edited by Vincent Massol
on 2017/01/17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -55,7 +55,7 @@
55 55  
56 56  = Install and configure a Relational Database =
57 57  
58 -XWiki can work with a lot of relational databases. We're only listing those that we have tested it on.
58 +XWiki can work with a lot of relational databases. We're only listing those that we have tested it on. However please note that the XWiki Developers [[only support some of those databases>>dev:Community.DatabaseSupportStrategy]] and the other ones are supported by the community (the XWiki devs apply patches/Pull Requests).
59 59  
60 60  The general strategy is the following:
61 61  
... ... @@ -64,6 +64,7 @@
64 64  * Create a user with all privileges on that database
65 65  * Copy your RDBMS Java drivers to the XWiki webapp's ##WEB-INF/lib## directory
66 66  * Configure XWiki to use the created database. This involves modifying the ##WEB-INF/hibernate.cfg.xml## file as is described in the tutorials for each database below.
67 +* XWiki will automatically create the various tables it needs when it executes on the first run
67 67  
68 68  == Specific databases instructions ==
69 69  

Get Connected