Changes for page MySQL Installation

Last modified by Thomas Mortagne on 2023/11/16

From version 56.1
edited by Guillaume Delhumeau
on 2020/04/16
Change comment: There is no comment for this version
To version 57.1
edited by Guillaume Delhumeau
on 2020/04/16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -132,7 +132,7 @@
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]].
135 +You can also look at [[this snippet to perform this conversion inside XWiki>>snippets:Extension.Migrate MySQL databases to utf8mb4]].
136 136  
137 137  == Convert from MyISAM to InnoDB ==
138 138  

Get Connected