当前位置:网站首页>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 browser plug-in fatkun installation and introduction
- Jingdong senior engineer has developed for ten years and compiled "core technology of 100 million traffic website architecture"
- hystrix 实现请求合并
- Taking the upgrade of ByteDance internal data catalog architecture as an example, talk about the performance optimization of business system
- Knowledge points are very detailed (code is annotated) number structure (C language) -- Chapter 3, stack and queue
- 知识点很细(代码有注释)数构(C语言)——第三章、栈和队列
- 每天睡前30分钟阅读Day6_Day6_Date_Calendar_LocalDate_TimeStamp_LocalTime
- Microservice practice | fuse hytrix initial experience
- Bold prediction: it will become the core player of 5g
- Creation and jump of activity
猜你喜欢

Ora-12514 problem solving method

Actual combat of microservices | discovery and invocation of original ecosystem implementation services

idea查看字节码配置

Timed thread pool implements request merging

Chrome用户脚本管理器-Tampermonkey 油猴

定时线程池实现请求合并

Watermelon book -- Chapter 6 Support vector machine (SVM)

How to use pyqt5 to make a sensitive word detection tool

十年開發經驗的程序員告訴你,你還缺少哪些核心競爭力?

Bold prediction: it will become the core player of 5g
随机推荐
Flink - use the streaming batch API to count the number of words
MySQL multi column in operation
Mathematics in machine learning -- point estimation (I): basic knowledge
Who is better for Beijing software development? How to find someone to develop system software
[go practical basis] how can gin get the request parameters of get and post
What are the waiting methods of selenium
C语言之做木桶
Chrome浏览器插件-Fatkun安装和介绍
上班第一天的报错(AWVS卸载不彻底)
微服务实战|熔断器Hystrix初体验
Mysql默认事务隔离级别及行锁
[go practical basis] how to verify request parameters in gin
Attributes of classfile
深入剖析JVM是如何执行Hello World的
VIM操作命令大全
A detailed explanation takes you to reproduce the statistical learning method again -- Chapter 2, perceptron model
The channel cannot be viewed when the queue manager is running
[go practical basis] gin efficient artifact, how to bind parameters to structures
Chrome browser plug-in fatkun installation and introduction
每天睡觉前30分钟阅读_day4_Files