Thread: zone names
View Single Post
  #4  
Old 11-07-2002, 08:56 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

command prompt:

cd c:/mysql/bin

mysql eq -u <eqdatabaseusername> -p
enter eq database password

mysql> show tables;

look for the ones that says 'zones' (I think thats what it's called)

select * from zones;

Theres your complete zone list, and you got a mysql lesson at the same time!
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote