MySql Equivalent of Sql Server Database Project
Did you try Skeema? If you are familiar with Microsoft Dacpac for SQL Server, you will appreciate this tool.
https://github.com/skeema/skeema
You need run two commands.
skeema diff --> To generate the differences. skeema push --> make changes.
Skeema is documented well.
I ended up going with dbForge. It's not free but it works very well.