From ff76eae59c3c66a00a3252ff00dcfd7684aff2d5 Mon Sep 17 00:00:00 2001 From: Stas Maksimov Date: Wed, 29 May 2024 19:10:07 +0100 Subject: [PATCH] Update projects/mysql-cluster/README.md Co-authored-by: Sally McGrath --- projects/mysql-cluster/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mysql-cluster/README.md b/projects/mysql-cluster/README.md index d89c9582..2f1ad462 100644 --- a/projects/mysql-cluster/README.md +++ b/projects/mysql-cluster/README.md @@ -10,7 +10,7 @@ This project is designed to introduce you to MySQL database setup, schema creati You will set up a primary MySQL server, test it, add a secondary server for replication, and demonstrate replication and failover processes. Most steps are designed to succeed, but some will require some troubleshooting and problem-solving. ## Learning Objectives -- Be able to install MySQL server +- Install MySQL server - Learn how to configure MySQL as a cluster - Troubleshoot the cluster configuration - Fail-over the cluster