连接mysql时提示 is not allowed to connect to this mysql
作者:高景洋 日期:2022-12-13 14:44:33 浏览次数:1175
3306端口已开放,已配置mysql远程链接,但是提示 “is not allowed to connect to this mysql”,要怎么处理?
操作步骤如下:
1、终端连接mysql
2、执行以下 sql :
use mysql;
select host from user where user='root';
3、检查查询结果是否为 : localhost
4、如果是,则再执行以下 sql:
update user set host = '%' where user ='root';
5、刷新配置:
flush privileges;
本文永久性链接:
<a href="http://r4.com.cn/art219.aspx">连接mysql时提示 is not allowed to connect to this mysql</a>
<a href="http://r4.com.cn/art219.aspx">连接mysql时提示 is not allowed to connect to this mysql</a>
相关文章
- mysql查看设置当前最大链接数
- linux centos如何修改mysql root用户密码
- centos 查看修改mysql端口号
- mysql如何修改时区为东八区区时,北京时间
- MySQL错误:ERROR 1175: You are using safe update mode 解决方法
- 连接mysql时提示 is not allowed to connect to this mysql
- linux centos7 mysql 防火墙开放3306端口
- linux centos7安装mysql教程
- 安装mysql报错:repository are already installed but they are not correct for this package.
- mysql错误 IP address 'xxxx' could not be resolved: Name or service not known
当前header:Host: r4.com.cn
X-Host1: r4.com.cn
X-Host2: r4.com.cn
X-Host3: 127.0.0.1:8080
X-Forwarded-For: 18.222.112.101
X-Real-Ip: 18.222.112.101
X-Domain: r4.com.cn
X-Request: GET /art219.aspx HTTP/1.1
X-Request-Uri: /art219.aspx
Connection: close
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Accept-Encoding: gzip, br, zstd, deflate