解決Host 'xxx' is not allowed to connect to this MySQL server

來源:互聯網
上載者:User

標籤:select   ant   串連   問題   訪問   password   解決辦法   伺服器   sel   

問題描述: 本地主機串連到伺服器上的mysql時報錯:Host ‘xxx‘ is not allowed to connect to this MySQL server;

伺服器配置;windows server;

分析: 這是mysql的存取權限問題

解決辦法:

1.進入伺服器,運行cmd進入dos介面;

2.輸入命令:mysql -u root -p 輸入密碼;

3.命令:use mysql;

4.命令:grant all privileges on *.* to [email protected]"xxx.xxx.xxx.xxx" identified by "密碼";

("xxx.xxx.xxx.xxx"表示允許串連的主機ip,如果允許所有主機,使用"%"。 密碼是允許主機串連時使用的密碼)

(例如:grant all privileges on *.* to [email protected]"%" identified by "123";)

5.查看mysql允許的主機: 命令:select user,password,host from user;

 

 

本人系新手上路,文章可能顯得臃腫,寫下來記錄自己的成長曆程。

水平有限,歡迎並感謝錯誤修正指正

解決Host 'xxx' is not allowed to connect to this MySQL server

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.