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,7 +34,7 @@ 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 becausethepassword does37 +* If the above command fails with a password does-not-meet-requirements error, uninstall the MySQL password_validate plugin:((( 38 38 {{code}} 39 39 mysql -u root -p -e "uninstall plugin validate_password;" 40 40 {{/code}}