sql database on home server but want to access from hosted

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
cddvdheaven
-


Joined: 17 Aug 2003
Posts: 3
Location: uk

PostPosted: Tue Dec 30, 2003 9:14 pm    Post subject: sql database on home server but want to access from hosted Reply with quote

Due to my hosting provider not allowing the sql database i'm running on there server due to cpu usage i wish to run it from my home based webserver
INTEL P4 1.7GHZ
512MB
2X 120GB RAID DRIVES

I HAVE SQL,AND PHP AND ABYSS SERVER RUNNING ALL ALL WORKS FINE.

The one thing i'm stuck on is how to make the php code that is based on my hosted site talk to the database thats being hosted on my own server ????

any help anyone ?????

many thanks

dave h.

cddvdheaven.co.uk
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger
whackaxe
-


Joined: 28 Jun 2003
Posts: 90

PostPosted: Tue Dec 30, 2003 11:27 pm    Post subject: Reply with quote

you say sql, so im assuming mysql. ms/postgre sql shouldnt be to differnt i think all you need to do is make your scripts point to your server

in php for example, if your ip is 123.007.15.255

your standard mysql connection will look like this

mysql_connect("localhost","myname","mypass");

ya see the part where it says localhost? well localhost just means "this computer" basicly. so to change you would just need to replace like so

mysql_connect("123.007.15.255","myname","mypass");

all the modifications, of course, take place on the code on your hosts server
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group