How do you put a database online?

Posted by Dezrik on Programmers See other posts from Programmers or by Dezrik
Published on 2012-06-13T15:16:20Z Indexed on 2013/10/29 4:16 UTC
Read the original article Hit count: 314

Filed under:
|

I have a very beginner question regarding web development.

I've had some experience with JSP, Hibernate, and MAMP to create a simple system for tracking inventory and sales. But this was all done locally on one computer.

This time, I want to create a system that could be accessible online. It's to help my mother track her business wherever she goes. So there would be similar aspects like tracking inventory and sales. I understand that you have to have a server in which to host all the files in. But I don't understand how you can access your database online. Or what sorts of applications or products should be used.

Currently the host of my database is localhost. How do put it online such that you can still do CRUD operations? Are there any guides to do this?

© Programmers or respective owner

Related posts about web-development

Related posts about database