From 81db61765db3b79da478d1aa14301c2b569e082e Mon Sep 17 00:00:00 2001 From: Stas Maksimov Date: Mon, 3 Jun 2024 00:46:05 +0100 Subject: [PATCH] Update projects/mysql-cluster/README.md Co-authored-by: Daniel Wagner-Hall --- projects/mysql-cluster/README.md | 1 + 1 file changed, 1 insertion(+) 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