Closed as not planned
Description
Description
Not sure if this is implemented (yet):
Does the PDO to MySQL driver support the caching_sha2_password authentication plugin? I can see that the native mysqli works (e.g. I can connect over SSL using sha2 encrypted password), but I get an exception trying to create a PDO connection using caching_sha2_password.
PDOException : SQLSTATE[HY000] [1524] Plugin 'mysql_native_password' is not loaded.
Thanks in advance
PHP Version
PHP 8.3.12 (MySQL 8.4)
Operating System
Windows 10 - not sure if it is relevent