Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimov authored May 29, 2024
1 parent 11e9a85 commit eb286b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mysql-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Timebox: 5 days
SHOW REPLICA STATUS\G;
```
- Ensure `Slave_IO_Running` and `Slave_SQL_Running` are both `Yes`.
- Something isn't quite right. Can you figure out how to fix this? There may be a few things that need to be fixed. Use `SHOW REPLICA STATUS\G` to find out what is wrong. Can you see the `cyfdb` database on the replica?
- Something isn't quite right. Can you figure out how to fix this? There may be a few things that need to be fixed. Use `SHOW REPLICA STATUS\G` to find out what is wrong. Can you see the `cyfdb` database on the replica? Keep a log of all commands you are executing on each server while troubleshooting this.
### Task 3: Demonstrate Replication
Expand Down

0 comments on commit eb286b1

Please sign in to comment.