Thread: Item database
View Single Post
  #2  
Old 07-11-2003, 01:45 PM
Guest
 
Posts: n/a
Default adding items...

There's an itemsbooks.zip running around that contains an items.sql file. Just open mysql after throwing the sql file in the bin directory.

Select the database being modified by:

use databasename;

Next you can use this command to merge the new file into the selected database:

source items.sql;