Restore a dump created by MySQL Shell utilities.
Section: imports, exports, and mysql shell utilities
Load a MySQL Shell dump
bash
bash
mysqlsh root@localhost -- util load-dump /backups/mysql-instanceExplanation
Useful for parallelized and more automation-friendly restore workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing imports, exports, and mysql shell utilities
Dump an instance with MySQL Shell
Use MySQL Shell utilities for scalable dumps.
Import delimited text with mysqlimport
Use the mysqlimport command-line utility.