View Single Post
  #11  
Old 03-19-2002, 08:01 PM
h37lion
Sarnak
 
Join Date: Mar 2002
Posts: 52
Default

honestly, it takes no time to do yourself..

take all the .txt files drwade was cool enough to offer.. then put them in your mysql/bin directory

open mysql.exe

for example, if you have a faction_lists.txt file, to import it to the db, you type at the mysql prompt

mysql\ source faction_lists.txt

then it should run through it's thing. Just do this for each list. This is how I did it, and it worked perfectly.
Reply With Quote