View Single Post
  #2  
Old 05-09-2002, 02:05 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Use the mysqldump.exe command

mysqldump {database-name} > {output-textfile}

there are also some commands you can run inside mysql instead. Check the mysql documentation.
Reply With Quote