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 (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. enygma1 +XWiki.rrodriguez - Content
-
... ... @@ -8,10 +8,10 @@ 8 8 9 9 == MyISAM storage engine == 10 10 11 -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. 11 +MyISAM (the default storage engine for MySQL until release 5.5.5 in 2010) 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. 12 12 13 13 {{warning}} 14 -If you use MySQL with the defaultengineMyISAM, you will most likely corrupt your database.**We highly recommend using a storage engine such as InnoDB which supports transactions.**14 +If you use MySQL with the MyISAM engine, you will most likely corrupt your database.**We highly recommend using a storage engine such as InnoDB which supports transactions.** 15 15 {{/warning}} 16 16 17 17 == MySQL versions older than 5.0 == ... ... @@ -25,7 +25,7 @@ 25 25 == JDBC Driver Version == 26 26 27 27 * It's recommended to use the latest version of the MySQL JDBC driver (8.x) if you're using MySQL 5.7+. 28 -* If you're using XWiki < 13.3RC1, you should n'tnot use version 8.0.23 of the MySQL JDBC driver since it [[causes a problem with the Liquibase version used in XWiki>>https://jira.xwiki.org/browse/XWIKI-18515]].28 +* If you're using XWiki < 13.3RC1, you should not use version 8.0.23 of the MySQL JDBC driver since it [[causes a problem with the Liquibase version used in XWiki>>https://jira.xwiki.org/browse/XWIKI-18515]]. 29 29 30 30 = Installation Steps = 31 31