I have been using MySQL for many years. It is always a challenge to safely make changes to your production database schema during each release. The Problem:
Normally what we used to do is to create an SQL script ready and during the release, we will run the SQL script. The…