You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
unable to finish instalation, I hope the reason is the same
on NextCloud setup page I have: Error while trying to create admin user: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client
unable to finish instalation, I hope the reason is the same
on NextCloud setup page I have: Error while trying to create admin user: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client
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:iocage-plugin-nextcloud/post_install.sh
Line 85 in ff30b09
The text was updated successfully, but these errors were encountered: