Sure! I’m not sure it’s very helpful though.
I’m using the given hostname and default port.
I’m sure I’m missing something obvious… first time I’ve used fly.io and trying to understand the platform.
Hi @AnthonyLatona ,
I believe the guide you are following is for accessing the database within Fly’s internal network.
However, since you are trying to connect to the MySQL database from your PC (outside Fly’s internal network/address), you may need a WireGuard VPN connection or a dedicated IP (if you are using a shared IP). This is because some previous discussion mentioned that you can’t make a TCP connection using a shared IP, and MySQL uses a TCP connection. The host name you are providing (xyz.fly.dev) can only work with HTTP connections.
While I am not an expert in WireGuard VPN and TCP connections, I think other community members will be able to help with this.
Excellent! I couldn’t get it working with SQL Workbench but I got the proxy working and was able to connect with DBeaver which worked perfectly. Thank you!