mysql 訪問時可以遠程訪問127.0.0.1 但不能訪問localhost問題

解決方案: 1.已經親測可用,建議使用 grant all privileges on * to [email protected] identified by 'a1b2c3'; 2.未嘗試 update user set host='localhost' where host='127.0.0.1' ; 3.就需要修改C:\Windows\System32\drivers\etc目錄下的hos
相關文章
相關標籤/搜索