mysql dump whole database, simple example

shell > mysqldump yourdbname > backupfilename.sql

or RTFM for further options

Leave a Reply