简体   繁体   中英

Connecting My Website to a Cloud DataBase

Please help me out, I have a form-page in my website, i need to save that form details to database. and planning to host DB in a cloud. So Seniors If any one got any Ideas, Suggestions, Code, Links which helps to Connect MY-WEB PAGE and CLOUD DB . . . Please DO POST... Thank YOU ALL

To connect to a database, you just need a database driver (client) to communicate with your database. If you want to host this in the 'cloud', you will need to do the following:

  1. decide on the type of database (sql/nosql)
  2. decide whether you are going to host it in the cloud (rackspace, amazon, etc), or use a hosted service ( https://cloud.google.com/sql/ , object rocket, etc, etc)
  3. then connect to it via your db driver

It usually makes most sense to locate your db & web pages close together (same hosting provider) or at least the same country of hosting.

Sorry this is so broad, your question is too broad to do much more than provide pointers where to start.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM