mysql - Database Choice for WebSite -


i have developed several websites on local host school. can program database driven aspects of webisite such blog on own no problem. @ school used mysql db hosted on dedicated server, when server went down not have access data. have mysql db on localhost but...my question this: if use mysql db on localhost, won't have access data when computer running site can make server requests?

how can set kind of db site reliable , doesn't depend on localhost act db server?

i developing in .net

thanks. ps don't have access schools' server more.

pps still don't have site set through hosting provider...probalby going go godaddy

you'll need server that. server cost on monthly basis, haven't heard of free mysql servers, else may able that.

regular hosting providers supply php , mysql server. run sites on dreamhost (www.dreamhost.com)

it might worthwhile amazon ec2 : http://aws.amazon.com/ec2/ amazon rds pure database usage : http://aws.amazon.com/rds/

they provide pay use service , tier 1 service free first year understand


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -