View Single Post
  #14  
Old 07-12-2002, 07:59 AM
Ariak
Dragon
 
Join Date: Mar 2002
Posts: 633
Default

Start > run
type cmd

enter

cd ..
cd ..
cd..
Do until you're in C:\

cd mysql
cd bin
mysqldump eq > db.sql

db.sql will be the dumped database.
Reply With Quote