Da PHP ikke forstår caching_sha2_password , sæt brugeren tilbage til mysql_native_password :
ALTER USER 'forge'@'localhost'
IDENTIFIED WITH mysql_native_password BY 'new_password'
Da PHP ikke forstår caching_sha2_password , sæt brugeren tilbage til mysql_native_password :
ALTER USER 'forge'@'localhost'
IDENTIFIED WITH mysql_native_password BY 'new_password'