I have problem with setup the MySQL to have an remote access.
So, what I'm trying: 1. I have Virtual Machine (Virtual Box) with FreeBSD installed 2. I have installed MySQL server and configured with mysql_secure_installation 3. I MUST use bridged adapter (all machines in the LAN should be able to connect to the database in the VirtualMachine)
So, I set the bind-address to 0.0.0.0 but without luck, maybe the problem is with the ports (I'm not able to make port forwarding), or... ?
Thanks