dbmover/mysql

MySQL vendor-specific DbMover module

0.9.1 2023-02-04 13:56 UTC

This package is auto-updated.

Last update: 2024-05-04 16:46:29 UTC


README

MySQL vendor-specific metapackage for DbMover

Installation

Composer (recommended)

$ composer require dbmover/mysql

Setup and running

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.

MySQL specific notes

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.