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.asolorzano - Content
-
... ... @@ -16,7 +16,7 @@ 16 16 ))) 17 17 * Create the wiki database. You can do that in several ways. For example:((( 18 18 {{code language="none"}} 19 -mysql -u root -e "create database xwiki" 19 +mysql -u root -e "create database xwiki default character set utf8" 20 20 {{/code}} 21 21 ))) 22 22 * Give all privileges to the xwiki user for accessing the xwiki database. You can do that in several ways. For example (if you get connections problems try localhost instead of the IP address below):(((