mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Compatibility with MySQL 8.4 caching_sha2_password #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @geel97 on 9/12/2025
CloudPanel version(s) affected
2.5.2
Description
Upgrading to MySQL 8.4 I get this error every time I try to create a new database or user of a database.
How to reproduce
With a MySQL 8.4 database in use, add a user to an existing database or add a new database with Cloudpanel interface.
Possible Solution
Cloudpanel should create new users with
caching_sha2_passwordinstead of the deprecatedmysql_native_password.Additional Context
No response