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
mysql: Force use of mysql_native_password
MySQL 8.0 changed the default to caching_sha2_password, which seems to
be unrecognised by various clients, causing authentication failures with
both the `mysql` CLI and through PHP's MySQL modules.