Skip to content

Tool to dump MySQL databases including data for all tables up to a certain size

License

Notifications You must be signed in to change notification settings

jcherniak/largedbdumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5de4fce · Oct 12, 2015

History

8 Commits
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Mar 16, 2015
Oct 12, 2015

Repository files navigation

largedbdumper

This tool helps you dump large MySQL databases by including data for tables below a certain size and only the table structure for larger tables.

Options

-u, --username=<String>
    Username

-d, --database=<String>
    Database

-h, --host=<String>
    Hostname

-m, --maxsize=<Number>
    Max table size (MB)

-o, --outputfile=<File>
    Output filename

Example

php dump-large-db.php -u USERNAME -d DATABASE -h HOSTNAME -m MAX_SIZE_IN_MB -o OUTPUT_FILE_NAME

About

Tool to dump MySQL databases including data for all tables up to a certain size

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages