Skip to content

Commit f8ed643

Browse files
authored
pencil edit
Lines 86, 90, 94 - Added lightbox to increase legibility of writing in screenshots.
1 parent c414f25 commit f8ed643

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/mysql/flexible-server/how-to-data-out-replication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ GRANT REPLICATION SLAVE ON *.* TO ' syncuser'@'%';
8383

8484
To create the replication role in MySQL Workbench, open the Users and Privileges panel from the Management panel and select Add Account.
8585

86-
:::image type="content" source="media/how-to-data-out-replication/mysql-workbench-add-account.png" alt-text="Screenshot of adding an account.":::
86+
:::image type="content" source="media/how-to-data-out-replication/mysql-workbench-add-account.png" alt-text="Screenshot of adding an account." lightbox="media/how-to-data-out-replication/mysql-workbench-add-account.png":::
8787

8888
Type the username into the **Login Name** field.
8989

90-
:::image type="content" source="media/how-to-data-out-replication/mysql-workbench-login.png" alt-text="Screenshot of logging in on MySQL Workbench.":::
90+
:::image type="content" source="media/how-to-data-out-replication/mysql-workbench-login.png" alt-text="Screenshot of logging in on MySQL Workbench." lightbox="media/how-to-data-out-replication/mysql-workbench-login.png":::
9191

9292
Select the Administrative Roles panel and Replication Slave from the list of Global Privileges. Then select Apply to create the replication role.
9393

94-
:::image type="content" source="media/how-to-data-out-replication/mysql-workbench-apply.png" alt-text="Screenshot of adding permissions.":::
94+
:::image type="content" source="media/how-to-data-out-replication/mysql-workbench-apply.png" alt-text="Screenshot of adding permissions." lightbox="media/how-to-data-out-replication/mysql-workbench-apply.png":::
9595

9696
1. **Set the source server to read-only mode**
9797

@@ -196,4 +196,4 @@ Restore the dump file to the server created in the Azure Database for MySQL Flex
196196
- Learn more about [Data-out replication](concepts-data-out-replication.md)
197197
- Learn more about [Data-in replication](concepts-data-in-replication.md)
198198
- How to configure [Data-in replication](how-to-data-out-replication.md)
199-
- Learn more about [replicating in Azure with read replicas](concepts-read-replicas.md)
199+
- Learn more about [replicating in Azure with read replicas](concepts-read-replicas.md)

0 commit comments

Comments
 (0)