How to limit acces for specific ip adresse To manticore Mysql 9306

Hi,
It is possble to put more securities when using mysql 9306 port acess.
On my config file i use :
listen = 9306:mysql41

The problem is that everyone can acesse my index, is there a way to limit acces only to some IP adresses ?

thanks for your solutions !

listen = 127.0.0.1:9306:mysql41

In case you mean limiting for selected remote IPs - no, Manticore can’t do it. You have to use some firewall, e.g. iptables.

Thanks for your answers.
Is there an easy way to impement this system for a selected remote ips ?

1 Like