Hi. I’ve created a software and I’m adding to it a check for new versions tool. I’ve develop it locally (connection to MySQL server) and it’s working fine.
I’d like to use an internet MySQL server provider for storing the database with the versions of the software. I’ve created this database using Google SQL Cloud.
I’m connecting to the database from my software and all is running fine except for one little issue. I’ve had to add manually in the Google SQL settings my temporal IP for allowing to connect from this IP. Reading the documentations they explain if you’ve to access from a public IP, you’ve to install in the remote computer a Proxy and setup it.
Does anybody know if it’s possible to use Google SQL as SQL Server from a public IP without setting up on each local computer a proxy?. This will make it useless for this particular purpose of just checking the last version of a software from an unknown computer.
If it’s not possible, witch provider would you recommend me for this?
Thanks.