Thread
:
Server_Backup
View Single Post
#
3
08-07-2006, 07:12 AM
Ueguvil
Hill Giant
Join Date: Mar 2004
Posts: 139
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
Ueguvil
View Public Profile
Send a private message to Ueguvil
Find all posts by Ueguvil