Implement a command to import a database dump. Use the default location (#12) if not otherwise specified.
Note: When starting the environment using spark containers:start the MySQL container already picks up a specifically named and placed dump file automatically when initializing the container.
(Extracted from #8.)
Implement a command to import a database dump. Use the default location (#12) if not otherwise specified.
Note: When starting the environment using
spark containers:start
the MySQL container already picks up a specifically named and placed dump file automatically when initializing the container.