endian Posted January 21, 2019 Share Posted January 21, 2019 Boa tarde amigos Veja se alguem já pegou esse problema. Eu já liberei tanto pelo IP quanto pelo coringa % no Mysql Remote para poder fazer a conexão remota. Mas dá proibido, E a porta está como fechada. Eu também já liberei a porta 3306 no csf, e mesmo assim não consigo conectar. Alguem consegueria me ajudar? 0 Quote Link to comment Share on other sites More sharing options...
DELTA SERVERS Posted January 21, 2019 Share Posted January 21, 2019 Boa tarde! Qual versão do seu sistema operacional? Abra o caminho abaixo: nano /etc/my.cnf Aplique esse código: bind-address=0.0.0.0 Aplique os comandos abaixo: firewall-cmd --permanent --zone=public --add-port=3306/tcp firewall-cmd --permanent --zone=public --add-port=3306/udp sudo systemctl restart firewalld Volte a testar: https://www.yougetsignal.com/tools/open-ports/ 1 Quote DELTA SERVERS SOLUÇÕES CORPORATIVAS! Link to comment Share on other sites More sharing options...
endian Posted January 21, 2019 Author Share Posted January 21, 2019 4 minutos atrás, DELTA SERVERS disse: Boa tarde! Qual versão do seu sistema operacional? Abra o caminho abaixo: nano /etc/my.cnf Aplique esse código: bind-address=0.0.0.0 Aplique os comandos abaixo: firewall-cmd --permanent --zone=public --add-port=3306/tcp firewall-cmd --permanent --zone=public --add-port=3306/udp sudo systemctl restart firewalld Volte a testar: https://www.yougetsignal.com/tools/open-ports/ [root@server ~]# firewall-cmd --permanent --zone=public --add-port=3306/tcp -bash: firewall-cmd: command not found [root@server ~]# firewall-cmd --permanent --zone=public --add-port=3306/udp -bash: firewall-cmd: command not found [root@server ~]# sudo systemctl restart firewalld Failed to restart firewalld.service: Unit is masked. [root@server ~]# Deu erro mas consegui mudar apenas o bind-address Preciso reiniciar o servidor? 0 Quote Link to comment Share on other sites More sharing options...
DELTA SERVERS Posted January 21, 2019 Share Posted January 21, 2019 5 minutos atrás, endian disse: [root@server ~]# firewall-cmd --permanent --zone=public --add-port=3306/tcp -bash: firewall-cmd: command not found [root@server ~]# firewall-cmd --permanent --zone=public --add-port=3306/udp -bash: firewall-cmd: command not found [root@server ~]# sudo systemctl restart firewalld Failed to restart firewalld.service: Unit is masked. [root@server ~]# Deu erro mas consegui mudar apenas o bind-address Preciso reiniciar o servidor? Testou a porta? Qual o seu sistema operacional e versão do mesmo? CentOS 6.x, 7.x? 0 Quote DELTA SERVERS SOLUÇÕES CORPORATIVAS! Link to comment Share on other sites More sharing options...
endian Posted January 21, 2019 Author Share Posted January 21, 2019 CENTOS 7.6 vmware [server] Teste, fechada ainda. Eu preciso reiniciaro servidor após o bind-address=0.0.0.0 ? Delta, deu certo apos reiniciar o servidor. Esta aberta agora. obrigado amigo 0 Quote Link to comment Share on other sites More sharing options...
DELTA SERVERS Posted January 21, 2019 Share Posted January 21, 2019 1 minuto atrás, endian disse: CENTOS 7.6 vmware [server] Teste, fechada ainda. Eu preciso reiniciaro servidor após o bind-address=0.0.0.0 ? Apenas reiniciar o MySQL: systemctl daemon-reload /scripts/restartsrv_mysql Poderia em seguida postar o resultado desse comando abaixo aqui? iptables -L 1 Quote DELTA SERVERS SOLUÇÕES CORPORATIVAS! Link to comment Share on other sites More sharing options...
endian Posted January 21, 2019 Author Share Posted January 21, 2019 3 minutos atrás, DELTA SERVERS disse: Apenas reiniciar o MySQL: systemctl daemon-reload /scripts/restartsrv_mysql Poderia em seguida postar o resultado desse comando abaixo aqui? iptables -L Muito obrigado Delta, nem precisou desse ultimo comando. hehe Deus te abençoe 0 Quote Link to comment Share on other sites More sharing options...
DELTA SERVERS Posted January 21, 2019 Share Posted January 21, 2019 1 minuto atrás, endian disse: Muito obrigado Delta, nem precisou desse ultimo comando. hehe Deus te abençoe Disponha, igualmente senhor. 0 Quote DELTA SERVERS SOLUÇÕES CORPORATIVAS! Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.