解決ERROR 1130: Host '192.168.1.3' is not allowed to connect to this MySQL server 方法

本博客轉自: http://blog.csdn.net/july_2/article/details/41896295mysql 1。 改表法。多是你的賬號不容許從遠程登錄,只能在localhost。這個時候只要在localhost的那臺電腦,登入mysql後,更改 "mysql" 數據庫裏的 "user" 表裏的 "host" 項,從"localhost"改稱"%"  mysql -u root
相關文章
相關標籤/搜索