MySQL vendor-specific metapackage for DbMover
$ composer require dbmover/mysql
See the Dbmover README for instructions on setting up and running DbMover.
For quick start, you can simply add the Dbmover\Mysql\Plugin
meta package
to your dbmover.json
config.
The MySQL plugins fully support the use of escaped object names (e.g.
something-weird
). Note however that MySQL is a bit weird with them, so our
official recommendation is to avoid reserved words or other illegal characters
in object names if at all possible.