`caching_sha2_password` was added in 8.0.4 as the default authentication plugin. `mysql_native_password` is deprecated since then. In MySQL 8.4 it was disabled by default so a user need to manually reenable it to make it work. In MySQL 9.0 it is removed and causes the following error: > SQLSTATE[HY000] [1524] Plugin 'mysql_native_password' is not loaded Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |
||
|---|---|---|
| .. | ||
| AbstractDatabase.php | ||
| MySQL.php | ||
| OCI.php | ||
| PostgreSQL.php | ||
| Sqlite.php | ||