diff --git a/projects/mysql-cluster/README.md b/projects/mysql-cluster/README.md index 1eed1934..99985ef3 100644 --- a/projects/mysql-cluster/README.md +++ b/projects/mysql-cluster/README.md @@ -161,6 +161,7 @@ In this type of replication, the primary server (or the master) takes all the wr ### Task 4: Demonstrate Failover 1. **Simulate Primary Server Failure** +We're going to stop the primary server, to simulate some real failure (e.g. hardware failure or loss of network). - Stop the MySQL service on the primary server: ```bash sudo systemctl stop mysql