i have problem with mysql remote connect.
In my.cnf have: bind-address = 0.0.0.0
and #skip-networking.
In users mysql have special user remote@%
And still not working.
If i try: nmap -p 3306 remote.ip.com
Output is:
PORT STATE SERVICE
3306/tcp filtered mysql
It is way ?
Thanks, Regards.