Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,9 +18,9 @@ 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 == 21 +== MySQL versions older than 5.7 and utf8mb4 == 22 22 23 - SinceXWiki movedtoutf8mb4by defaultitdoesnotworkwithversionsof MySQLlower than 5.7 out of the box because of a limitation in the default maximum size of the keys and the default row format.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 25 = Installation Steps = 26 26 ... ... @@ -126,7 +126,7 @@ 126 126 * In the XWiki ##hibernate.cfg.xml## file in the ##hibernate.connection.serverTimezone## property (e.g. ##<property name="hibernate.connection.serverTimezone">Europe/Berlin</property>##). 127 127 * In the XWiki ##hibernate.cfg.xml## file inside the JDBC URL string as in ##jdbc:mysql:~/~/localhost:3306/myschema?serverTimezone=UTC## 128 128 129 -{{code language= 'none'}}129 +{{code language="none"}} 130 130 The server timezone value 'CDT' is unrecognized or represents more than one timezone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc timezone value if you want to utilize timezone support. 131 131 {{/code}} 132 132