View Single Post
  #4  
Old 02-14-2002, 11:06 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

I updated Drawde's package with a couple of extras I use.

It makes putting it in and out a little easier.

This attatchment contains the original worlddata0.5

It holds a bunch of table structs, and a single wrapper to do the following..

drop all the existing tables Drawde updates, recreates them, then imports his data in.

All you have to do is open a commandline in the directory to unzip it too, then run..

c:\mysql\bin\mysql eq < importDB.txt

This will drop all the existing stuff, make the new tables, and suck in the new data in one command.

I use this method so I dont have to cut and paste into the original db.sql file. Yes I could have combined all the different
create files into one bigger file, but I like keeping them seperate. Hope this helps!

http://www.innersystems.com/~dkiser/tworlddata0.5.zip
Reply With Quote