• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to get space on cloud server for my java desktop app

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi , i am doing one small project on Java that is a desktop application , the problem is that i want to store the data on cloud server, i mean to say that the database should be on cloud server.<br/> So guys please tell me the procedure of this , i mean how i will get some space on cloud server for database. i am using MySQL as Database.
 
Bartender
Posts: 1210
25
Android Python PHP C++ Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not too sure what exactly you want to know, but generally the procedure is
- google for "mysql hosting",
- shortlist some suitable infrastructure providers (godaddy / linode / hostgator / EC2 / digitalocean / vultr, etc are the names that come to my mind right now)
- from one of them, buy shared host server or VPS (virtual private server) or even something like EC2 RDS (they have a 1 year free tier)
- if it's a VPS, you have to do all the mysql installation and security configuration yourself
- create databases and tables
- your server will have an IP address/hostname which you pass in your desktop application's connection URL instead of "localhost:3306"
 
Uh oh, we're definitely being carded. Here, show him this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic