Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SQL commands to be compatible with MySQL 8.x #40

Closed
wants to merge 1 commit into from

Conversation

EliasGabrielsson
Copy link

@EliasGabrielsson EliasGabrielsson commented Mar 30, 2021

Fixes issues regarding changing password and authentication from PHP to mysql 8.x
Related discussion within the topic: nextcloud/server#18513
Explaining changes in mysql: https://mysqlserverteam.com/mysql-8-0-4-new-default-authentication-plugin-caching_sha2_password/

closes: #39 (also #35)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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