Blocking mysql from the outside.
How do we block mysql from receiving ANY external queries outside of the localhost?? Basically, we don't want anyone outside of the localhost to be able to connect.Even to the point when anyone tries to connect, it appears as if nothing is even there.
Thank you.