Database Administrators
Q&A for database professionals who wish to improve their database skills
Latest Questions
0
votes
1
answers
25
views
Create a script for changes from one database to another on same server
I had been using the **Tracking feature** in MariaDB to collect the changes I have made to the database on my PC and then applying the script to a database on the production server. Now I have MySQL on my machine and the Workbench does not have a tracking feature. I have made a copy of the database...
I had been using the **Tracking feature** in MariaDB to collect the changes I have made to the database on my PC and then applying the script to a database on the production server.
Now I have MySQL on my machine and the Workbench does not have a tracking feature.
I have made a copy of the database on the same server.
If I make changes to one of them, how can I get MySQL Workbench (or MySQL) to compare the two databases and produce a script to turn one into the other?
I can then run this script on the production server.
Rohit Gupta
(2126 rep)
Jul 10, 2025, 07:51 AM
• Last activity: Jul 10, 2025, 05:22 PM
Showing page 1 of 1 total questions