phpMyAdmin - " mysqli::real_connet():The server requested authentication method unknown to the client [caching_sha2_password]"
mysqli::real_connet():The server requested authentication method unknown to the client [caching_sha2_password]
mysqli::real_connet():The server requested authentication method unknown to the client.
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
可參考:
https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html?fbclid=IwAR1AyO27q5slXGPyrLilZBL9TZpgkf_VxLdcFWo4EYx4q-E5vfiTRIj9pS0#upgrade-caching-sha2-password
Comments
Post a Comment