1
0
mirror of https://github.com/kedarvj/mysqldumpsplitter.git synced 2025-08-14 04:14:03 +02:00

corrected readme desc and added recipe 12

corrected readme desc and added recipe 12
This commit is contained in:
Kedar
2015-04-18 14:18:04 +05:30
parent 16dc88d1ff
commit 3ae83016ef

View File

@@ -1,4 +1,4 @@
# mysqldumpsplitter - MySQL Dump splitter to split / extract databases, tables, definitions from mysqldump with plenty of more funtionality.
# mysqldumpsplitter - MySQL Dump splitter to split / extract databases, tables, list from mysqldump with plenty of more funtionality.
### Usage:
@@ -120,3 +120,10 @@ You can extract single table as follows:
`mysqldumpsplitter.sh --source filename --extract DBTABLE --match_str "DBNAME.*" --compression none`
Above command will extract all tables from DBNAME database in sql format and store it under "out" directory.
12) List content of the mysqldump file
`mysqldumpsplitter.sh --source filename --desc`
Above command will list databases and tables from the dump file.