CentOS 7.2 + LNMP 1.3 安装后无法远程连接Mysql
https://bbs.vpser.net/thread-13563-1-1.html这个链接无法访问了
装了LNMP1.3后一直无法远程到数据库,己添加%账户phpmyadmin访问也正常,查看防火墙状态是关闭状态
请问应该如何解决?
系统是CentOS 7.2
telnet ip 80 是通的 3306就超时
# netstat -ntlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 25355/memcached
tcp 0 0 0.0.0.0:971 0.0.0.0:* LISTEN 20571/sshd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 32372/nginx: master
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 10818/pure-ftpd (SE
tcp 0 0 127.0.0.1:88 0.0.0.0:* LISTEN 442/httpd
tcp 0 0 127.0.0.1:32000 0.0.0.0:* LISTEN 10210/java
tcp6 0 0 :::3306 :::* LISTEN 413/mysqld
tcp6 0 0 :::21 :::* LISTEN 10818/pure-ftpd (SE
# firewall-cmd --state
not running
此文中#4 提供的方法无法访问了
https://bbs.vpser.net/viewthread.php?tid=14313&highlight=mysql%2B%E8%BF%9C%E7%A8%8B%E8%BF%9E%E6%8E%A5
失效链接:https://bbs.vpser.net/thread-13563-1-1.html
回复 1# 的帖子
因为某些原因,http需要换成https 进行访问firewall-cmd --state是firewalld不是iptables的
页:
[1]