Is there a way to monitor schema/update changes during wordpress 3.1 upgrade?
thanks in advance
UPDATE
i have decided to modify wordpress upgrade.php file so it records database schema before and after an update.
Is there a way to monitor schema/update changes during wordpress 3.1 upgrade?
thanks in advance
UPDATE
i have decided to modify wordpress upgrade.php file so it records database schema before and after an update.
You must be logged in to post a comment.
Copy your original database to another name and then update to 3.1.
Use a graphical mysql tool like mysql workbench. Load in the new database, and then attempt to synchronize with the original database. Before execution, mysql workbench will show you where the schema differs. Note the changes and cancel the synchronization.
I am not sure if there is a way to monitor it, but you can check the database section on wordpress codex 🙂