All Projects → LLoadout → mysqlcompare

LLoadout / mysqlcompare

Licence: MIT license
a command line tool to compare two mysql databases and store the changes to an sql file

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to mysqlcompare

compare-utils
Compares of Java Collections and Objects (of different classes) made easy
Stars: ✭ 15 (-37.5%)
Mutual labels:  comparison-tool
Compare-UserJS
PowerShell script for comparing user.js (or prefs.js) files.
Stars: ✭ 79 (+229.17%)
Mutual labels:  comparison-tool
odoviz
3D Odometry Visualization and Processing Tool
Stars: ✭ 24 (+0%)
Mutual labels:  comparison-tool

Downloads

🏗 👀 I'm working on a companion app for this package 👀 🏗

mysqlcompare

mysqlcompare is a command line tool to compare two database schema's and retreive the difference in an sql file.

Installation

composer global require lloadout/mysqlcompare

Usage

Init

Connection data can be defined in a connections.json file , to create the connection file you run the following command

mysqlcompare init

a connections.json file will be created , specifying a source and target connection and an sqlfile to store the sql statements in. If you connect through an ssh connection you specify user@host:port in the ssh field of the json. Your password will be prompted, either for you user or your ssh key.

Compare

The execution of comparison is done via

mysqlcompare compare
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].