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. ThomasMortagne1 +XWiki.VincentMassol - Content
-
... ... @@ -22,6 +22,11 @@ 22 22 23 23 If you use utf8mb4 encoding you won't be able to use version of MySQL older than 5.7 out of the box because of a limitation in the default maximum size of the keys and the default row format. 24 24 25 +== JDBC Driver Version == 26 + 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 shouldn't 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 + 25 25 = Installation Steps = 26 26 27 27 Follow these instructions: