Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:mysql:mysqldump [2007/08/09 15:32] – billh | docs:mysql:mysqldump [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
===== examples ===== | ===== examples ===== | ||
+ | My example...adds create database statements too so the only thing you need to do is source the file to restore | ||
+ | < | ||
+ | mysqldump -u user -p --opt --databases " | ||
+ | </ | ||
+ | |||
The most normal use of mysqldump is probably for making a backup of whole databases. | The most normal use of mysqldump is probably for making a backup of whole databases. | ||