Closed Thread Icon

Topic awaiting preservation: sql, again (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=22726" title="Pages that link to Topic awaiting preservation: sql, again (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: sql, again <span class="small">(Page 1 of 1)</span>\

 
EDDII
Bipolar (III) Inmate

From:
Insane since: May 2004

posted posted 07-29-2004 12:27

ok on sql, to connect to your database it says you have to enter your host's ip address, how do i get my host's ip is there a code or what?
anybody?
oh and by the way i want the most simple solution to this problem possable

DmS
Paranoid (IV) Inmate

From: Sthlm, Sweden
Insane since: Oct 2000

posted posted 07-29-2004 13:49

In most cases you can enter 'localhost' there, this then points to the same server the webserver resides on. If the db is on that machine it works perfectly.

If the webserver is on one machine and the db on another you must get the IP for the server holding the db. If that's the case I'd ask your host. They probably won't have a domain name assigned to that machines ip so it's hard to do a search for it.

If you have an account with a webhost and a db is included you should have gotten that info from them already.

If you develop locally and have webserver & db on the same machine, 'localhost' is the way to go.

Otherwise, if you have a domain-name that you can surf to, just ping it and you'll get the IP.
On win:

open the dos-prompt
write ping www.yourdomainname.com
press enter

there ya go
/Dan

{cell 260}
-{ a vibration is a movement that doesn't know which way to go }-

EDDII
Bipolar (III) Inmate

From:
Insane since: May 2004

posted posted 07-29-2004 14:30

theanks a lot man. thats exactly the info i needed

DmS
Paranoid (IV) Inmate

From: Sthlm, Sweden
Insane since: Oct 2000

posted posted 07-29-2004 15:28

No prob Good luck w your project
/Dan

{cell 260}
-{ a vibration is a movement that doesn't know which way to go }-

« BackwardsOnwards »

Show Forum Drop Down Menu