Page 1 of 1

To see my IP address

PostPosted: Wed Aug 23, 2006 7:21 am
by Charms1
hello,
I have follow scratch installation in step 6.1 in mysql .How can i see that table in which store the data.how can i check my ip address.
please refer to me

thanks

PostPosted: Wed Aug 23, 2006 12:42 pm
by mflorell
the servers table is modifyable in the astguiclient/admin.php page

You can use the command-line mysql client to see the data by using this query:
SELECT * from servers;

You can find the IP address of your server by typing this i the linux command-line:
ifconfig

PostPosted: Wed Aug 23, 2006 3:20 pm
by charms
Would this allow me to see if we entered the correct IP address during the installation/configuration in a couple of places in Phase 6.1?