Thread: Server_Backup
View Single Post
  #3  
Old 08-07-2006, 07:12 AM
Ueguvil
Hill Giant
 
Join Date: Mar 2004
Posts: 139
Default

Go Run -> Command

Go to C:\mysql\bin

Type: mysqldump databasename > something.sql

And if you just want to dump a certain table within your database (lets say the characters table), type:

mysqldump databasename characters > something.sql
Reply With Quote