mysql --user=root --password=root --host=127.0.0.1 --port=52013 -e 'drop database if exists foo1; create database foo1; use foo1; create table bar (id int primary key);' mysqldbcopy --source 'root:root@127.0.0.1:52013' --destination 'root:root@127.0.0.1:52013' -f 'foo1:foo2'