This add-on integrates MySQL Shell into your DDEV project.
ddev add-on get cambrico/ddev-mysqlshell
ddev restart
After installation, make sure to commit the .ddev
directory to version control.
The following commands are available:
Command | Usage |
---|---|
mysqlsh |
ddev mysqlsh [options] |
mysqlsh-export |
ddev mysqlsh-export |
mysqlsh-import |
ddev mysqlsh-import [options] |
Contributed and maintained by @cambrico