mysqldump

Wednesday, February 6th, 2008

Name
mysqldump - a database backup program
Synopsis

mysqldump [options] [db_name [tbl_name ...]]

Description
The mysqldump client is a backup program originally written by Igor Romanenko. It can be used to dump a database or a collection of databases for backup or for transferring the data to another SQL server (not necessarily a MySQL server). The dump contains SQL statements [...]

linux/ unix rm command

Tuesday, February 5th, 2008

Linux / Unix rm command

Quick links
About rm
Syntax
Examples
Related commands
Unix main page

About rm
Deletes [...]