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.gdelhumeau - Content
-
... ... @@ -132,6 +132,8 @@ 132 132 $mysql_cmd -e "USE $db;SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, COLLATION_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA=DATABASE();" 133 133 {{/code}} 134 134 135 +You can also look at a[[snippet to perform this conversion inside XWiki>>snippets:Extension.Migrate MySQL databases to utf8mb4]]. 136 + 135 135 == Convert from MyISAM to InnoDB == 136 136 137 137 {{code}}