dodopizza/mysql-data-mover

Ability to config character and collation sets for schema

vitalyu opened this issue · 0 comments

Problem description
Source schema may have different encoding than destination server

Additional information

Example:

CREATE DATABASE IF NOT EXISTS `{databaseName}` character set utf8mb4 collate utf8_unicode_ci; 

Link

To read: