LOCALHOST

04/05/2008 21:04 yourworstnightmare#1
does anyone kno how to find ur localhost/phpadmin or w.e i need some help :/
04/05/2008 21:55 Real~Death#2
for what a private server?using mysql?get navicat its easier
04/05/2008 22:43 EliteSide#3
aint localhost - 127.0.0.1
04/06/2008 02:55 Hiyoal#4
This might work.

Go to:

"C:\windows\system32\drivers\etc\" and open "hosts" in notepad. You should find your localhost ip in there.

Mine looks like this:
Quote:
Originally Posted by Hiyoal
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
You can always change your localhost ip address aswell. Just change the number which is already being used.
Hiyoal :p
04/06/2008 18:29 KiXiN#5
Start -> Run
Type 'cmd'
The command prompt will open.
Type 'ipconfig'
A list of various network addresses will be displayed.
IP Address. . . . . . . . . . . . . . . : xxx.xxx.xxx.xxx
'xxx.xxx.xxx.xxx' is your local IP address.

To find your global IP address, you can use a website such as [Only registered and activated users can see links. Click Here To Register...]
04/06/2008 23:28 yourworstnightmare#6
i kno wat my ip is but i think Real~Death is rite +k
04/07/2008 00:57 bone-you#7
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

etc..

as for mysql interactions, the mysql community software should suit most fine. You REALLY shouldn't be modifying the database so much that you'd need a better interface than that.