Skip to content

Scripts that checks the missing tables and columns from both development and live database (phpMyAdmin)

License

Notifications You must be signed in to change notification settings

wkusaa/Development-And-Live-Database-Comparison-Script

Repository files navigation

Development-And-Live-Database-Comparison-Script

  • Development-And-Live-Database-Comparison-Script is a phpMyAdmin MYSQL Database Table & Column comparison script that will check the difference of tables and columns between 2 different DBs.
  • The common use case for this is to compare the live DB and the test DB to check and see if there's any missing tables or columns between the two.

Installation

  • Clone this project in whatever directory you want.

Prerequisite

Config

  • Go into the Development-And-Live-Database-Comparison-Script folder you just installed.
  • Edit the cross_checker.json for the DBs you want to cross check

Run Script

  • Run this in your favourite terminal
cd "[your_directory]\Table_Column_Cross_Checker"
php db_cross_check.php

Enjoy! o(=´∇`=)o

About

Scripts that checks the missing tables and columns from both development and live database (phpMyAdmin)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages