Category

Generic


Usage

hgsqldump [OPTIONS] database [tables]


Manual

This tool is part of UCSC Genome Browser's utilities.

or:
hgsqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3 ...]
or:
hgsqldump [OPTIONS] --all-databases [OPTIONS]
Generally anything in command line is passed to mysqldump
after an implicit '-u user -ppassword
See also: mysqldump
Note: directory for results must be writable by mysql. i.e. 'chmod 777 .'
Which is a security risk, so remember to change permissions back after use.
e.g.: hgsqldump --all -c --tab=. cb1


Share your experience or ask a question