当前位置:网站首页>1130 - host XXX is not allowed to connect to this MySQL server error in Navicat remote connection database
1130 - host XXX is not allowed to connect to this MySQL server error in Navicat remote connection database
2022-04-23 12:58:00 【@Natural and unrestrained】
solve : Navicat Remote connection database error 1130- Host xxx is not allowed to connect to this MySQL server
Problem description
Use Navicat Appears when connecting to a remote database 1130 error , Then try it again SSH user name + Password to connect , Still can't connect . Later, it was found that it was because of Mysql database root User does not have permission to open .
terms of settlement
Into the database
mysql -u root -p
Switch to mysql
use mysql;
Set up root User's connection permission
% It means to allow all IP Connect to database
update user set host = '%' where user ='root';
Refresh the permissions
flush privileges;
Complete the above steps , Reuse Navicat Connect , You can successfully enter .

above .
版权声明
本文为[@Natural and unrestrained]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231256482671.html
边栏推荐
- 标签与路径
- Free and open source charging pile Internet of things cloud platform
- SSM框架系列——注解开发day2-2
- Golang realizes regular matching: the password contains at least one digit, letter and special character, and the length is 8-16
- Keyword interpretation and some APIs in RT thread
- Web17 -- use of El and JSTL
- 世界读书日:我想推荐这几本书
- Recovering data with MySQL binlog
- SSM framework series - annotation development day2-2
- [Blue Bridge Cup] April 17 provincial competition brushing training (the first three questions)
猜你喜欢

STM32 control stepper motor (ULN2003 + 28byj)

Teach you to quickly develop a werewolf killing wechat applet (with source code)

CGC: contractual graph clustering for community detection and tracking

精度、速度完美平衡,最新图像分割SOTA模型重磅发布!!!

98. Error s.e.errormvcautoconfiguration $staticview reported by freemaker framework: cannot render error page for request

4.DRF 权限&访问频率&过滤&排序

World Book Day: I'd like to recommend these books

Record Alibaba cloud server mining program processing

mysql中 innoDB执行过程分析

If you were a golang interviewer, what questions would you ask?
随机推荐
Object. The disorder of key value array after keys
Servlet监听器&过滤器介绍
Labels and paths
世界读书日:我想推荐这几本书
教你快速开发一个 狼人杀微信小程序(附源码)
SSM framework series - annotation development day2-2
V-model binding value in El select, data echo only displays value, not label
只是不断地建构平台,不断地收拢流量,并不能够做好产业互联网
Use of Presto date function
Huawei cloud MVP email
98. Error s.e.errormvcautoconfiguration $staticview reported by freemaker framework: cannot render error page for request
Free and open source intelligent charging pile SaaS cloud platform of Internet of things
Deploying MySQL in cloud native kubesphere
[vulnhub range] - DC2
STM32 is connected to the motor drive, the DuPont line supplies power, and then the back burning problem
After the data of El table is updated, the data in the page is not updated this$ Forceupdate() has no effect
Plato farm - a game of farm metauniverse with Plato as the goal
Free and open source agricultural Internet of things cloud platform (version: 3.0.1)
Timing role in the project
mysql中 innoDB执行过程分析