当前位置:网站首页>Navicat remote connection MySQL reports an error 1045 - access denied for user 'root' @ '222.173.220.236' (using password: yes)
Navicat remote connection MySQL reports an error 1045 - access denied for user 'root' @ '222.173.220.236' (using password: yes)
2022-07-02 09:33:00 【Janson666】
1. Build on Baidu cloud server MySQL database , After configuring the user name and password , You can log in to the database locally , But remote adoption Navigate Wrong connection :
1045 - Access denied for user ‘root’@‘222.173.220.236’ (using password: YES)
2. Cause analysis : No remote user connection authorization
3. Remote connection for authorization :
GRANT ALL PRIVILEGES ON *.* TO 'mysql user name ( Such as :root)'@'%' IDENTIFIED BY 'mysql password ( Such as :root)' WITH GRANT OPTION;

4. Refresh permissions after authorization
FLUSH PRIVILEGES;

5. Try again Navigate Connect , You can see that the connection is successful

边栏推荐
- Required request body is missing:(跨域问题)
- What are the waiting methods of selenium
- Creation and jump of activity
- 在SQL注入中,为什么union联合查询,id必须等于0
- Thinkphp5 how to determine whether a table exists
- Talk about the secret of high performance of message queue -- zero copy technology
- 记录下对游戏主机配置的个人理解与心得
- C语言之二进制与十进制
- Flink - use the streaming batch API to count the number of words
- JVM指令助记符
猜你喜欢

微服务实战|熔断器Hystrix初体验

Chrome video download Plug-in – video downloader for Chrome

Programmers with ten years of development experience tell you, what core competitiveness do you lack?

每天睡觉前30分钟阅读_day4_Files
![[go practical basis] how to install and use gin](/img/0d/3e899bf69abf4e8cb7e6a0afa075a9.png)
[go practical basis] how to install and use gin

Complete solution of servlet: inheritance relationship, life cycle, container, request forwarding and redirection, etc

Micro service practice | introduction and practice of zuul, a micro service gateway

Fragmenttabhost implements the interface of housing loan calculator

洞见云原生|微服务及微服务架构浅析

互联网API接口幂等设计
随机推荐
深入剖析JVM是如何执行Hello World的
Activity的创建和跳转
自定義Redis連接池
View the port of the application published by was
Bold prediction: it will become the core player of 5g
Double non undergraduate students enter the factory, while I am still quietly climbing trees at the bottom (Part 1)
hystrix 实现请求合并
Jd.com interviewer asked: what is the difference between using on or where in the left join association table and conditions
CKEditor 4.10.1 上传图片提示“不正确的服务器响应” 问题解决
因上努力,果上随缘
[go practical basis] how to verify request parameters in gin
Say goodbye to 996. What are the necessary plug-ins in idea?
Navicat 远程连接Mysql报错1045 - Access denied for user ‘root‘@‘222.173.220.236‘ (using password: YES)
Idea view bytecode configuration
Microservice practice | Eureka registration center and cluster construction
"Redis source code series" learning and thinking about source code reading
记录一下初次使用Xray的有趣过程
C语言之到底是不是太胖了
盘点典型错误之TypeError: X() got multiple values for argument ‘Y‘
Matplotlib剑客行——布局指南与多图实现(更新)