I Have a software built in Java/Swing mysql. Can I use any Cloud Service for storing and retrieving data with JDBC? or what else i can use?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Yes, there are several SQL-in-the-cloud options, including Amazon RDS and Google Cloud SQL both of which offer MySQL. Once set up, you can connect to them using JDBC like any other MySQL database. |
|||||
|