0

I have a MySQL Dump file for few objects of a database and I have to import only one table from that file in MYSQL Work Bench.

My question is How can I import a dump file in MySQL Work Bench for specified table or for all tables?

asked Sep 30, 2015 at 12:20

1 Answer 1

1

I guess you need to extract that particular table and then import in to the workbench.

sh mysqldumpsplitter.sh --source filename --extract TABLE --match_str table-name

This will extract your table in "out" folder and then you can import that to the workbench.

Source: MySQLDumpSplitter

answered Oct 1, 2015 at 8:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.