Open Port MySQL dan SSH
Cek status firewall
systemctl status firewalldBuka Port MySQL dan SSH
firewall-cmd –-permanent -–zone=public -–add-port=3306/tcpfirewall-cmd –-permanent -–zone=public -–add-port=22/tcpRestart service Firewall
systemctl restart firewalldLast updated
Was this helpful?