You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.