I have a development database and a production database. I have done some changes in development database Now I have to update the production database So I want a php/SQL script to compare and sync the schema for both databases.
I have research about this but I did not found any PHP/SQL script to achieve my goal. I have found many tools which can do this but I am looking for any script which is able to do that.
Thanks in advance !