当前位置:网站首页>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
边栏推荐
- Chrome user script manager tempermonkey monkey
- Number structure (C language -- code with comments) -- Chapter 2, linear table (updated version)
- CKEditor 4.10.1 上传图片提示“不正确的服务器响应” 问题解决
- 道阻且长,行则将至
- C语言之最小数
- hystrix 实现请求合并
- Microservice practice | fuse hytrix initial experience
- 双非本科生进大厂,而我还在底层默默地爬树(上)
- MySQL error: unblock with mysqladmin flush hosts
- Break the cocoon | one article explains what is the real cloud primordial
猜你喜欢
Mysql默认事务隔离级别及行锁
Navicat 远程连接Mysql报错1045 - Access denied for user ‘root‘@‘222.173.220.236‘ (using password: YES)
Break the cocoon | one article explains what is the real cloud primordial
View the port of the application published by was
Matplotlib剑客行——初相识Matplotlib
Programmers with ten years of development experience tell you, what core competitiveness do you lack?
The channel cannot be viewed when the queue manager is running
Chrome browser tag management plug-in – onetab
Chrome video download Plug-in – video downloader for Chrome
Typora安装包分享
随机推荐
上班第一天的报错(AWVS卸载不彻底)
Alibaba /热门json解析开源项目 fastjson2
"Redis source code series" learning and thinking about source code reading
Taking the upgrade of ByteDance internal data catalog architecture as an example, talk about the performance optimization of business system
Matplotlib swordsman line - layout guide and multi map implementation (Updated)
Jingdong senior engineer has developed for ten years and compiled "core technology of 100 million traffic website architecture"
[go practical basis] how to customize and use a middleware in gin
微服务实战|熔断器Hystrix初体验
JVM instruction mnemonic
上班第一天的报错(Nessus安装winpcap报错)
View the port of the application published by was
Chrome浏览器插件-Fatkun安装和介绍
Complete solution of servlet: inheritance relationship, life cycle, container, request forwarding and redirection, etc
大学生四六级作文模板(自创版,成功跨过六级)
Watermelon book -- Chapter 5 neural network
How to use pyqt5 to make a sensitive word detection tool
Activity的创建和跳转
盘点典型错误之TypeError: X() got multiple values for argument ‘Y‘
因上努力,果上随缘
Chrome浏览器标签管理插件–OneTab