Skip to content

SQL statement: "UPDATE mysql.user SET Password=PASSWORD('${PASS}') WHERE User='root';" fails under MySQL 8 #39

@EliasGabrielsson

Description

@EliasGabrielsson

Nextcloud 21 requires MySQL 8 which have been solved in this patch: freenas/iocage-ix-plugins@66c2a15#diff-dc0257b7d5f992ca8b298c39c494585a212f9a18472c316957e41e37769332c4

However the current installation script fails when using version 8 of MySQL.
The statement UPDATE mysql.user SET Password=PASSWORD('${PASS}') WHERE User='root'; fails, found here:

UPDATE mysql.user SET Password=PASSWORD('${PASS}') WHERE User='root';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions