From 3ae83016eff403c57a84f2f42193c081a8dbc5ce Mon Sep 17 00:00:00 2001 From: Kedar Date: Sat, 18 Apr 2015 14:18:04 +0530 Subject: [PATCH] corrected readme desc and added recipe 12 corrected readme desc and added recipe 12 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf8e8b1..2f9c768 100644 --- a/README.md +++ b/README.md @@ -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.