当前位置:网站首页>阿里云无法远程连接数据库MySQL错误码10060解决办法_转载
阿里云无法远程连接数据库MySQL错误码10060解决办法_转载
2022-08-11 05:12:00 【小匠石钧知】
使用图形界面管理工具Navicat for MySQL连接Mysql数据库时提示错误:Can’t connect to MySQL server (10060)

导致些问题可能有以下几个原因:
- 网络不通; //ping 测试
- 服务未启动;
/etc/init.d/mysqld start
或者
systemctl start mysqld
- MySQL配置不容许远程访问,
user mysql;
select user,host from user;
grant all privileges on *.* to 'root'@'%' identified by '你的密码' with grant option;
FLUSH PRIVILEGES;
- 防火墙端口未开放;
# netstat -tunlp |grep 3306
systemctl status firewalld #查看firewall状态
systemctl stop firewalld #停止firewall
- 阿里云安全组策略问题;
经过测试发现,确实防火墙的原因。阿西吧。
边栏推荐
猜你喜欢

【ARM】rk3399挂载nfs报错

Switches and routers technology - 26 - configure OSPF peripheral area

Switch and Router Technology-33-Static NAT

四大函数式接口

2022年Android面试中最常问的问题是什么?
![ERROR: Could not install packages due to an OSError: [Errno 2] 没有那个文件或目录: ‘/data/xxxx](/img/02/3896b29a955ae84a0f0326f0d2cabf.png)
ERROR: Could not install packages due to an OSError: [Errno 2] 没有那个文件或目录: ‘/data/xxxx

【嵌入式开源库】MultiButton的使用,简单易用的事件驱动型按键驱动模块

ARM结构体系4:嵌入式硬件平台接口开发
![[E-commerce operation] How to formulate a social media marketing strategy?](/img/fe/fc1270e608abbce02f83fcb712e562.jpg)
[E-commerce operation] How to formulate a social media marketing strategy?

C语言题解:谁是凶手!
随机推荐
FPGA engineer interview questions collection 121~130
Mysql入门练习
Trilium使用总结
02.折叠隐藏文字
Redis-使用jedis连接linux中redis服务器失败的解决方案
How to switch Green Shield encryption to IP-Guard encryption smoothly
Switch and Router Technology - 28 - NSSA Areas for OSPF
Idea 2021.3.3版本文件目录展开
BGP Comprehensive Experiment
redis集群模式--解决redis单点故障
用白嫖的Adobe正版软件,减少应届毕业生的慢就业、不就业等现象
Switch and Router Technology-31-Extended ACL
2022煤矿瓦斯检查考试题模拟考试题库及答案
2022年质量员-土建方向-通用基础(质量员)考试模拟100题及在线模拟考试
批量修改数据库等视频文件名称
Weekly recommended short video: your commonly used Polaroid, its predecessor turned out to be like this!
2022建筑焊工(建筑特殊工种)考题及模拟考试
实战noVNC全过程操作(包含遇到的问题和解决)
[E-commerce operation] How to formulate a social media marketing strategy?
C Language: Practical Debugging Tips