mysql2003-Can't connect to MySQL server (10060)
程序员文章站
2022-03-09 14:32:49
使用navicat或者其他数据库管理工具连接mysql时出现2003-Can’t connect to MySQL server (10060)错误 可能造成出现的原因: 1.网络不通畅 2.mysql 服务未启动 3.防火墙未开放端口 解决方法: 1.首先确定网络和服务问题,用ssh工具登陆数据库 ......
原文查看:https://www.cnblogs.com/zmdComeOn/p/10186042.html
使用navicat或者其他数据库管理工具连接mysql时出现2003-can’t connect to mysql server (10060)错误
可能造成出现的原因:
1.网络不通畅
2.mysql 服务未启动
3.防火墙未开放端口
解决方法:
1.首先确定网络和服务问题,用ssh工具登陆数据库服务器,mysql -u -p,是否可以登陆。
2.确保服务和网络正常后,检查端口开放情况,并开放相应的端口。具体可看这篇文章
p.s. 目前阿里云服务会默认关闭部分端口,可以进行阿里云安全组进行设置,因为这个原因,曾经找了半天问题。
阿里云安全组
navicat链接centos7上安装的mysql提示错误:2003-can't connect to mysql server (10060)
先需要分析,看哪里设置不当而导致的该问题,以下有两种解决办法:
1、防火墙:参考,发现是防火墙未关闭;
2、关闭并禁止firewall开机启动
停止:systemctl stop firewalld.service
禁止开机自启:systemctl disable firewalld.service
上一篇: Redis命令
下一篇: 生吃猕猴桃可以吗?一起来看看
推荐阅读
-
Linux登录MySQL时出现 Can't connect to local MySQL server through socket '/tmp/mysql.sock'解决方法
-
mysqld_safe error: log-error set to '/data/log/mysqld.log', however file don't exists. Create writable for user 'mysql'.The server
-
连接Mysql提示Can’t connect to local MySQL server through socket的解决方法
-
MYSQL ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.10.210' (111) 解决方法
-
MySQL连接错误:Can't connect to MySQL server on'localhost' (10055)
-
MySQL错误 ERROR 2002 (HY000): Can't connect to local MySQL server through socket 的解决办法
-
Mysql远程连接 Host * is not allowed to connect to this MySQL server
-
windows 连接 linux 上的mysql出现Can't connect to; is not allowed to connect;Access denied for user
-
MySQL 1130 - Host 127.0.0.1 is not allowed to connect to this MySQL server
-
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)解决办法