johna
1
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 !
Sergey
2
listen = 127.0.0.1:9306:mysql41
Sergey
3
In case you mean limiting for selected remote IPs - no, Manticore can’t do it. You have to use some firewall, e.g. iptables.
johna
4
Thanks for your answers.
Is there an easy way to impement this system for a selected remote ips ?