Changes for page MySQL Installation

Last modified by Thomas Mortagne on 2023/04/19

<
From version < 32.3 >
edited by Douglas Landau
on 2017/01/06
To version < 34.1 >
edited by Douglas Landau
on 2017/01/06
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,6 +36,7 @@
36 36  )))
37 37  * If the above command fails because the password does not meet requirements, uninstall the password_validate plugin:
38 38  {{code}}mysql -u root -p -e "uninstall plugin validate_password;"{{/code}}
39 +~)~)~)
39 39  * Please make sure that the DNS-name "localhost" is defined in your hosts-file (i.e. ##/etc/hosts##)
40 40  * 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/]].(((
41 41  {{warning}}

Get Connected