Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi folks,

I'm wondering is there some service in Internet that provides access to some exemplary database. I want to try to write program that connect, download and operate on data from some database, but I don't want to build it. Quite simple scenario when client give as db...
Maybe it's sound unimaginably but few weeks ago I found website when you can login to Virtual Machines (e.g Fedora, Win) with root permissions and do some operations to practice something.

Of course I tried google.

Cheers!
Posted
Comments
Sergey Alexandrovich Kryukov 9-Jan-12 18:50pm    
Not clear what do you want? A hosting for database data on a permanent basis?
--SA

1 solution

Not clear what do you really want (please see my comment to your question), but most of the shared Web hosting offers include a database management system installed by the hosted provider. You can create one or more databases at the expense of your hard disk quota (which can be formally unlimited), the number of databases can be limited, they are created using one or another "Control Panel" designed for site administration and installed by the hosting provider from the very beginning.

As far as I know, one of the most usual offerings is based on LAMP and MySQL, please see:
http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29[^],
http://en.wikipedia.org/wiki/MySQL[^].

There is a number of different options though.

If this is something you are interested in, do your own search: http://bit.ly/u9DZeH[^] or maybe http://bit.ly/xuLjL8[^].

Remember the main principle here: try before you buy. One good option is free web hosting intended to provide long-term testing followed by upgrade to payed full-featured service. The prices can be quite affordable.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900