Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 2
    @IgorLadela I added quotes around "$db", try that. Commented Aug 22, 2013 at 13:47
  • 20
    The question was about having each table in a separate file, not each database in a separate file. Commented Jun 11, 2014 at 13:49
  • 5
    not exactly what was questioned, but exactly what i was searching for :-) Commented Nov 15, 2017 at 17:48
  • 1
    doesn't capture triggers and stored procedures, is not a per table dump. Commented Oct 11, 2019 at 22:30
  • 1
    Just add --routines and --triggers to capture procedures and triggers. Commented Jun 14, 2020 at 3:26