Navticat12連接Mysql8出現Authentication plugin caching sha2 password cannot be loaded錯誤

1、登錄mysql後臺

輸入ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOUR_PASSWORD';

最後的password換成自己的

2、重啓mysql

net stop/start mysql

3、重新鏈接即可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章