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*

3
  • 1
    Great way to avoid using a script when you want to ignore multiple tables. That answer should receive more "+1" Commented Jan 7, 2019 at 12:09
  • My top tip for importing is to use pv. e.g. pv db.sql.zst | unzst | mysql db (swap out for gzip/xz/...) then you get a visual chart showing progress and ETA Commented Feb 28, 2024 at 11:49
  • @artfulrobot yes, you have a progress info, but it last more than without information. Commented Feb 28, 2024 at 19:05