Skip to content

thiscaspar/docker-mysqldiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

About

This is a Docker wrap of the Perl frontend script mysqldiff to the Perl CPAN module Mysql::Diff. It's based on the "slim" perl image (no specific version specified, but current push is using 5.28).

Run

On Linux

docker run -it --network host --rm  coostendorp/mysqldiff mysqldiff -h HOST -u USER -p PASSWORD -i DB1 DB2

On Mac (Docker < 18.03)

If your mysql runs on localhost, use docker.for.mac.localhost as the hostname

Notes

About

Docker image to run the Perl-based mysqldiff tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published