mysqlsuperdump icon indicating copy to clipboard operation
mysqlsuperdump copied to clipboard

Generate partial and filtered dumps of MySQL databases

Results 7 mysqlsuperdump issues
Sort by recently updated
recently updated
newest added

Currently it is not possible to exclude unknown tables. This change allows tables to be explicitly listed so that only those tables will be dumped. For example, the following will...

When using `nodata` in the `[filter]` section, the sql dump file contains a `DROP TABLE` but the `CREATE TABLE` statement is missing. Sample mysqlsuperdump.cfg: ``` [filter] cache = nodata cache_admin_menu...

Hey, it would be a nice feature to replace the dumped values with a kind of random values. For example if there is a username field in a user table,...

After having the dumper refactored, we can start with a PostgreSQL implementation. It is most likely that the project will be renamed once this is possible, and the new name...

enhancement
hacktoberfest

Currently the dumper code only supports MySQL but it could be refactored to support other databases by using interfaces.

enhancement
hacktoberfest

Currently MySQLSuperDump only supports basic tables. Since I have no current use cases, I've created this issue to keep track of future enhancements.

enhancement
hacktoberfest