Enable mariadb on Centos8. It seems that I can't access to port 3306.
Already enable the firewall : firewall-cmd --permanent --add-port=3306/tcp
Beside, 3306 port is show as listen on Centos
[root@centos8 etc]# netstat -anp | grep 3306
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN