MySQL Forums
Forum List  »  General

Does Mysql Allow Connections From External IPs
Posted by: Stephen Hawkins
Date: September 13, 2016 11:46AM

Using the command:

sudo netstat -plutn | grep 3306


The following output is returned. Does this mean that mysql acan accept connection from external IPs/sources?

Or does it mean that only local IP 127.0.0.1:3306 can connect?

tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN

Im trying to secure my vps and am pretty new/completely new and so any help would be appreciated.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Does Mysql Allow Connections From External IPs
September 13, 2016 11:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.