I am trying to open port 3306 in Lucid, but when I do
netstat -tan|grep 3306
it just shows me
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
What I am going for is:
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
The probelm is, I can't see to change this. I have tried to use iptables and ufw, all to no avail. Any help will be appreciated.