You can delete them based on what they’re doing:
iptables -D INPUT -s 127.0.0.1 -p tcp --dport 111 -j ACCEPT
Or you can delete them based on their number and chain name:
iptables -D PORTSEN 4
Have you tried MySQLTuner yet?
It's free and it makes optimizing your MySQL server easier than ever!
|
You can delete them based on what they’re doing: Or you can delete them based on their number and chain name: Leave a Reply
You must be logged in to post a comment. Login » |