5.7 MySQL:DBA管理员:新添加帐号、报错:1130-Host is not allowed to connect to this MySQL server

5.7 MySQL:DBA管理员:新添加帐号、报错:1130-Host is not allowed to connect to this MySQL server

1.png

在数据库本地登录并查看用户授权情况:

mysql -u root -p

mysql>use mysql;

mysql>select host, user from user;

1.png

host为 % 表示不限制ip   localhost表示本机使用。

'用户名'@'%'和'用户名'@'localhost'的区别,一个是任意连接,一个是本地连接。

该结果表示是由于当前的root用户限制在当前的内网ip内访问的,需要修改他的访问域。

 

修改某帐号可以在某此主机上登录数据库:

mysql数据库中执行如下命令:

update user set host = '%' where user = 'root';

必须再执行flush privileges,否则更改没有保存住无效。

1.png

2.png

完成。

5.7 MySQL:DBA管理员:新添加帐号、报错:1130-Host is not allowed to connect to this MySQL server
http://www.zh-cjh.com/shujuku/2699.html
5.8 MySQL:DBA管理员:使用客户端连接本地mysql,报错:1251- Client does not support authentication protocol requested by server;consider upgrading Mysql client。
http://www.zh-cjh.com/shujuku/2700.html
登录mysql数据库出现 : ERROR 1045 (28000): Access denied for user ‘ODBC‘@‘localhost‘ (using password: NO)
http://www.zh-cjh.com/shujuku/2501.html
MySQL连接:Host is not allowed to connect to this MySQL server
http://www.zh-cjh.com/shujuku/2502.html

phpstudy小皮面板: 连接mysql数据库问题:1130 host 'PHP' is not allowed to connect to this MySQL server
http://www.zh-cjh.com/kaifabiancheng/1611.html



MySQL(列表、list、全)mysqllist
http://www.zh-cjh.com/wenzhangguilei/2503.html
文章归类、所有文章列表、LISTLIST
http://www.zh-cjh.com/wangzhangonggao/2195.html

1、本站资源长期持续更新。
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。

转载请保留出处:  www.zh-cjh.com珠海陈坚浩博客 » 5.7 MySQL:DBA管理员:新添加帐号、报错:1130-Host is not allowed to connect to this MySQL server

作者: cjh


手机扫一扫,手机上查看此文章:

一切源于价值!

其他 模板文件不存在: ./template/plugins/comment/pc/index.htm

未雨绸缪、居安思危!

数据安全、有备无患!

注意操作、数据无价!

一切源于价值!