Ubuntu Server Abrir puerto 3306 tcp/ip MYSQL



You can use these commands to allow port 3306 through UFW

 sudo ufw allow out 3306/tcp 

 sudo ufw allow in 3306/tcp 

And to check that the rules have been added

 sudo ufw status

Comentarios