MySQL Forums
Forum List  »  Replication

mysql_upgrade in a replication setup
Posted by: tom worster
Date: April 13, 2009 01:19PM

Chapter 15.3.3. "Upgrading a Replication Setup" is clear enough but I'd like to confirm how to incorporate mysql_upgrade into the process. Assuming a simple setup with one master and one slave, my guess is that I would:

1. upgrade and restart the slave.
2. upgrade and restart the master.
3. run mysql_upgrade on the master.

that is, any changes to tables that mysql_upgrade might do would be done on the master and replicated to the slave.

is that right?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql_upgrade in a replication setup
3978
April 13, 2009 01:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.