You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/how-to-data-out-replication.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,15 +83,15 @@ GRANT REPLICATION SLAVE ON *.* TO ' syncuser'@'%';
83
83
84
84
To create the replication role in MySQL Workbench, open the Users and Privileges panel from the Management panel and select Add Account.
85
85
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":::
87
87
88
88
Type the username into the **Login Name** field.
89
89
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":::
91
91
92
92
Select the Administrative Roles panel and Replication Slave from the list of Global Privileges. Then select Apply to create the replication role.
93
93
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":::
95
95
96
96
1.**Set the source server to read-only mode**
97
97
@@ -196,4 +196,4 @@ Restore the dump file to the server created in the Azure Database for MySQL Flex
196
196
- Learn more about [Data-out replication](concepts-data-out-replication.md)
197
197
- Learn more about [Data-in replication](concepts-data-in-replication.md)
198
198
- 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