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

Adding support for mysql caching_sha2_password #4080

Open
Areomayo opened this issue Feb 23, 2024 · 0 comments
Open

Adding support for mysql caching_sha2_password #4080

Areomayo opened this issue Feb 23, 2024 · 0 comments
Labels
Feature Request Requests for Features

Comments

@Areomayo
Copy link

I just struggled with setting up external web hosting with MySQL for tile storage and i found out it was the sql user password that wasn't in a supported format for dynmap, the error reporting from MySQL_funcs.php indicated it did not support caching_sha2_password and had to use mysql_native_password which now produces a ton of error messages in MySQL server: "Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'"

I suggest a feature request for dynmap external web hosting to support this upcoming change in mysql as to avoid future headaches :)

@Areomayo Areomayo added the Feature Request Requests for Features label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Requests for Features
Projects
None yet
Development

No branches or pull requests

1 participant