Thread: mySQL backup
View Single Post
Old 05-03-2007, 05:41 PM   #3 (permalink)
StupidScript
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
As NullPointer said:

In phpMyAdmin:

Select the database you want to backup, choose the "Export" tab, define what syntax you will use for the backup (SQL) and a name for the file that contains the exported data, then hit GO.

From the command line:

mysqldump -u user -pPaSsWd dbname > outputfile
StupidScript is offline   Reply With Quote