Changes for page MySQL Installation

Last modified by Thomas Mortagne on 2023/11/16

From version 49.1
edited by Thomas Mortagne
on 2018/09/14
Change comment: There is no comment for this version
To version 49.2
edited by Vincent Massol
on 2018/11/02
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
Content
... ... @@ -8,6 +8,8 @@
8 8  Currently we seem to have some [[problem with MySQL server 8.x or MySQL connector 8.x>>https://jira.xwiki.org/browse/XWIKI-15215]]. It is recommended to use MySQL server 5.7.x or earlier (and connector 5.1.x) for the time being until this is solved.
9 9  {{/error}}
10 10  
11 +See [[Database support strategy>>dev:Community.DatabaseSupportStrategy]] for the supported versions.
12 +
11 11  == MyISAM storage engine ==
12 12  
13 13  MyISAM (the default storage engine for MySQL) does not support transactions. If there is an error while data is being saved to the database, XWiki will attempt to rollback the transaction to its previous known good state. If you use MyISAM it will do nothing, leaving the database in whatever state it was in when the error occurred.

Get Connected