MySQL Forums
Forum List  »  Install & Repo

Re: MYSQL Remote Connections
Posted by: Peter Brawley
Date: September 01, 2020 03:11PM

You're running a 3P app on a non-LAN machine, trying to connect to your MySQL server through a VPN tunnel, eg like https://stackoverflow.com/questions/28987851/how-to-access-mysql-database-server-via-vpn-tunnel-with-a-gui-client?

Your MySQL machine has a static IP address? Can you ping your MySQL server from the remote machine? Is MySQL listening on port 3306 (ie the firewall and MySQL are configured for that)? What's the connection method on the remote, what's the error message from the MySQL server?

Options: ReplyQuote


Subject
Written By
Posted
September 01, 2020 01:32AM
September 01, 2020 12:52PM
September 01, 2020 01:50PM
Re: MYSQL Remote Connections
September 01, 2020 03:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.