For security reasons my hosting service makes me specify specific IP addresses for access to MySQL. My problem is, how do I go about building a Windows app that queries my MySQL server, but can be run on different client machines with different IP addresses due to different ISPs?

I can't go adding IPs for everyone who downloads and wants to use my application, to the whitelist. How do I go about this?

Thanks!!