mysqldump (1) Linux Manual Page
mysqldump – a database backup program Synopsis mysqldump [options] [db_name [tbl_name …]]DescriptionThe mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table data. It dumps one or more MySQL databases for backup or transfer to another SQL server. The mysqldump…
