vagrant-wordpress/cookbooks/mysql/templates/default/port_mysql.erb

3 lines
95 B
Plaintext
Raw Normal View History

2011-06-12 21:15:48 +00:00
# MySQL
-A FWR -p tcp -m tcp --dport 3306 -j ACCEPT
-A FWR -p udp -m udp --dport 3306 -j ACCEPT