Changes for page MySQL Installation
Last modified by Thomas Mortagne on 2022/05/25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,6 +4,10 @@ 4 4 5 5 = Compatibility Considerations = 6 6 7 +{{error}} 8 +Currently we seem to have some [[problem with MySQL 8.x>>https://jira.xwiki.org/browse/XWIKI-15215]]. You should use MySQL 5.x for the time being until this is solved. 9 +{{/error}} 10 + 7 7 == MyISAM storage engine == 8 8 9 9 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.