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
not sure if we already covered this in discord or not, but ill leave it here for others:
if you have updated to mysql 8, you have to update php-mysqlnd. mysql 8 has introduced caching_sha2_password and most mysql drivers do not recognize the method.
as far as i know there's nothing i can do about this from a code standpoint
Got error 'PHP message: PHP Warning: PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password]
Newer version mysql not supported sha2 passwords.
It can not connect to db.
The text was updated successfully, but these errors were encountered: