Protože PHP nerozumí caching_sha2_password
, nastavte uživatele zpět na mysql_native_password
:
ALTER USER 'forge'@'localhost'
IDENTIFIED WITH mysql_native_password BY 'new_password'
Protože PHP nerozumí caching_sha2_password
, nastavte uživatele zpět na mysql_native_password
:
ALTER USER 'forge'@'localhost'
IDENTIFIED WITH mysql_native_password BY 'new_password'