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 (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -34,9 +34,11 @@ 34 34 mysql -u root -e "grant all privileges on *.* to xwiki@localhost identified by 'xwiki'" 35 35 {{/code}} 36 36 ))) 37 -* If the above command fails because the password does not meet requirements, uninstall the password_validate plugin: 38 -{{code}}mysql -u root -p -e "uninstall plugin validate_password;"{{/code}} 39 -~)~)~) 37 +* If the above command fails because the password does not meet requirements, uninstall the password_validate plugin:((( 38 +{{code}} 39 +mysql -u root -p -e "uninstall plugin validate_password;" 40 +{{/code}} 41 +))) 40 40 * Please make sure that the DNS-name "localhost" is defined in your hosts-file (i.e. ##/etc/hosts##) 41 41 * You need to have the MySQL JDBC Driver JAR (named ##mysql-connector-java*.jar##) installed in XWiki's WAR file. If this file isn't present in XWiki's ##WEB-INF/lib## directory you'll need to download it and copy it there. You can download it from the [[MySQL Connector/J Driver page>>http://www.mysql.com/downloads/connector/j/]] or directly from the [[Maven Central Repository>>http://repo1.maven.org/maven2/mysql/mysql-connector-java/]].((( 42 42 {{warning}}