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. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -18,6 +18,10 @@ 18 18 19 19 XWiki does not fully work with MySQL versions 4.x or lower, due to several limitations of the way the SQL standards are implemented in MySQL, limited support for non-latin1 encodings, the flaky integration of Hibernate and MySQL 4, and other things. Most parts of the application work fine, but there are some parts that cannot be easily fixed, so if you must use MySQL 4.x, you're doing it on your own. MySQL 4 is pretty old and buggy so we recommend upgrading. 20 20 21 +== MySQL versions older than 5.7 == 22 + 23 +Since XWiki moved to utf8mb4 by default it does not work with versions of MySQL lower 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 + 21 21 = Installation Steps = 22 22 23 23 Follow these instructions: