Eftersom PHP inte förstår caching_sha2_password
, ställ tillbaka användaren till mysql_native_password
:
ALTER USER 'forge'@'localhost'
IDENTIFIED WITH mysql_native_password BY 'new_password'
Eftersom PHP inte förstår caching_sha2_password
, ställ tillbaka användaren till mysql_native_password
:
ALTER USER 'forge'@'localhost'
IDENTIFIED WITH mysql_native_password BY 'new_password'