Skip to content

Instantly share code, notes, and snippets.

@whatisor
Created May 15, 2022 19:09
Show Gist options
  • Select an option

  • Save whatisor/79ecfcaff421efaec43a9b3b5461da54 to your computer and use it in GitHub Desktop.

Select an option

Save whatisor/79ecfcaff421efaec43a9b3b5461da54 to your computer and use it in GitHub Desktop.
Open port ubuntu command line
sudo iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment