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/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,11 @@ Azure Database for MySQL flexible server allows configuring high availability wi
70
70
71
71
-**Zone Redundant High Availability (HA):** This option is preferred for complete isolation and infrastructure redundancy across multiple availability zones. It provides highest level of availability, but it requires you to configure application redundancy across zones. Zone redundant HA is preferred when you want to achieve highest level of availability against any infrastructure failure in the availability zone and where latency across the availability zone is acceptable. Zone redundant HA is available in [subset of Azure regions](overview.md#azure-regions) where the region supports multiple Availability Zones and Zone redundant Premium file shares are available.
:::image type="content" source="media/concepts-high-availability/1-flexible-server-overview-zone-redundant-ha.png" alt-text="Screenshot of the zone-redundant HA." lightbox="media/concepts-high-availability/1-flexible-server-overview-zone-redundant-ha.png":::
74
74
75
75
-**Same-Zone High Availability (HA):** This option is preferred for infrastructure redundancy with lower network latency as both primary and standby server are in the same availability zone. It provides high availability without configuring application redundancy across zones. Same-Zone HA is preferred when you want to achieve highest level of availability within a single Availability zone with the lowest network latency. Same-Zone HA is available in [all Azure regions](overview.md#azure-regions) where you can create Azure Database for MySQL flexible server instances.
76
76
77
-
:::image type="content" source="media/concepts-high-availability/flexible-server-overview-same-zone-ha.png" alt-text="Zone redundant high availability." lightbox="media/concepts-high-availability/flexible-server-overview-same-zone-ha.png":::
77
+
:::image type="content" source="media/concepts-high-availability/flexible-server-overview-same-zone-ha.png" alt-text="Screenshot of the zone-redundant high availability." lightbox="media/concepts-high-availability/flexible-server-overview-same-zone-ha.png":::
78
78
79
79
For more information, see [high availability concepts](concepts-high-availability.md).
Copy file name to clipboardExpand all lines: articles/mysql/migrate/how-to-migrate-single-flexible-minimum-downtime.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ To configure Data in replication, perform the following steps:
136
136
137
137
The results should appear as shown in the following image:
138
138
139
-
:::image type="content" source="media/how-to-migrate-single-flexible-minimum-downtime/metadata.png" alt-text="Continuous sync with the Azure Database Migration Service.":::
139
+
:::image type="content" source="media/how-to-migrate-single-flexible-minimum-downtime/metadata.png" alt-text="Screenshot of the continuous sync with the Azure Database Migration Service.":::
140
140
141
141
Make sure to note the binary file name for use in later steps.
:::image type="content" source="media/08-data-migration/image4.jpg" alt-text="Screenshot of truncated output." lightbox="media/08-data-migration/image4.jpg":::
253
253
254
254
- The target database procedure result should resemble the image below after completing the migration. Notice there are no functions in the DB.Functions were eliminated before the migration.
:::image type="content" source="media/08-data-migration/image5.jpg" alt-text="Screenshot of DB Functions." lightbox="media/08-data-migration/image5.jpg":::
Copy file name to clipboardExpand all lines: articles/mysql/migrate/mysql-on-premises-azure-db/09-data-migration-with-mysql-workbench.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ To support the migration, set the target MySQL instance parameters to allow for
70
70
71
71
-`max\_connections` - If using a tool that generates multiple threads to increase throughput, increase the connections to support that tool. Default is `151`, max is `5000`.
72
72
73
-
> [!NOTE]
73
+
> [!NOTE]
74
74
> Take care when performing scaling. Some operations can't be undone, such as storage scaling.
75
75
76
76
These settings can be updated using the Azure PowerShell cmdlets below:
@@ -114,13 +114,13 @@ With the database objects and users from the source system migrated, the migrati
114
114
115
115
- Also, select the **Include Create Schema** checkbox. Refer to the image below to observe the correct mysqldump configuration.
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image6.jpg" alt-text="Screenshot of the include create schema." lightbox="media/09-data-migration-with-mysql-workbench/image6.jpg":::
118
118
119
119
**Test**
120
120
121
121
- If any of these options appear unavailable, they're likely obstructed by the Output pane. Just change the editor layout.
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image7.jpg" alt-text="Screenshot of the editor layout.":::
124
124
125
125
**Test**
126
126
@@ -132,7 +132,7 @@ With the database objects and users from the source system migrated, the migrati
132
132
133
133
- Find any `DEFINER` statements and either change to a valid user or remove them completely.
134
134
135
-
> [!NOTE]
135
+
> [!NOTE]
136
136
> This can be done by passing the `--skip-definer` in the mysqldump command. This is not an option in the MySQL Workbench; therefore, the lines need to be manually removed in the export commands. Although we point out four items to remove here, there can be other items that could fail when migrating from one MySQL version to another (such as new reserved words).
137
137
138
138
- Find `SET GLOBAL` statements and either change to a valid user or remove them completely.
@@ -155,7 +155,7 @@ With the database objects and users from the source system migrated, the migrati
:::image type="content" source="media/09-data-migration-with-mysql-workbench/image8.jpg" alt-text="Screenshot of the MySQL connection dialog box." lightbox="media/09-data-migration-with-mysql-workbench/image8.jpg":::
0 commit comments