MyGrator

MySQL migrations tool for Linux

About

MyGrator is a very basic MySQL database migrations tool for Linux. Migrations are SQL scripts that are being executed and saved in a special table in the specified database.

Instructions

Download the tar file and extract it to somewhere on your system. Then, open a terminal and run mygrator db_host db_user db_pass db_schema where db_host is your database hostname or IP address, db_user is the MySQL username, db_pass is the MySQL user password and db_schema is the name of your database.