Skip to main content

Restricting MySQL access by port

Comments

2 comments

  • dalem
    It will run just fine you local connections should be connecting via localhost. You do not need the " In my.cnf, add "bind-address=127.0.0.1" and if you need remote access later you just add the ip of the remote machine the the csf.allow
    0
  • cPanelMichael
    Hello :) MySQL will still function for local connections, but you will need to whitelist IP addresses for users that connect to their databases from external servers. Thank you.
    0

Please sign in to leave a comment.