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/dms/tutorial-mysql-azure-single-to-flex-offline-portal.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,10 +113,9 @@ With these best practices in mind, create your target flexible server and then c
113
113
* To ensure faster data loads when using DMS, configure the following server parameters as described.
114
114
* max_allowed_packet – set to 1073741824 (i.e., 1GB) to prevent any connection issues due to large rows.
115
115
* slow_query_log – set to OFF to turn off the slow query log. This will eliminate the overhead caused by slow query logging during data loads.
116
-
* query_store_capture_mode – set to NONE to turn off the Query Store. This will eliminate the overhead caused by sampling activities by Query Store.
117
-
* innodb_buffer_pool_size – Innodb_buffer_pool_size can only be increased by scaling up compute for Azure Database for MySQL server. Scale up the server to 64 vCore General Purpose SKU from the Pricing tier of the portal during migration to increase the innodb_buffer_pool_size.
118
-
* innodb_io_capacity & innodb_io_capacity_max - Change to 9000 from the Server parameters in Azure portal to improve the IO utilization to optimize for migration speed.to-flex-offlinealt-text="Screenshot of a
119
-
* innodb_write_io_threads & innodb_write_io_threads - Change to 4 from the Server parameters in Azure portal to improve the speed of migration.
116
+
* innodb_buffer_pool_size – can only be increased by scaling up compute for Azure Database for MySQL server. Scale up the server to 64 vCore General Purpose SKU from the Pricing tier of the portal during migration to increase the innodb_buffer_pool_size.
117
+
* innodb_io_capacity & innodb_io_capacity_max - Change to 9000 from the Server parameters in Azure portal to improve the IO utilization to optimize for migration speed.
118
+
* innodb_write_io_threads - Change to 4 from the Server parameters in Azure portal to improve the speed of migration.
120
119
* Configure the firewall rules and replicas on the target server to match those on the source server.
121
120
* Replicate the following server management features from the source single server to the target flexible server:
122
121
* Role assignments, Roles, Deny Assignments, classic administrators, Access Control (IAM)
@@ -134,10 +133,10 @@ With your target flexible server deployed and configured, you next need to set u
134
133
To register the Microsoft.DataMigration resource provider, perform the following steps.
135
134
136
135
1. Before creating your first DMS instance, sign in to the Azure portal, and then search for and select **Subscriptions**.
137
-
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/1-subscriptions.png" alt-text="Screenshot of a Azure Marketplace.":::
136
+
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/1-subscriptions.png" alt-text="Screenshot of an Azure Marketplace.":::
138
137
139
138
2. Select the subscription that you want to use to create the DMS instance, and then select **Resource providers**.
140
-
:::image type="content" source="media/tutorial-Azure-mysql-single-to-flex-offline/2-resource-provider.png" alt-text="Screenshot of a Screenshot of a Select resource provider.":::
139
+
:::image type="content" source="media/tutorial-Azure-mysql-single-to-flex-offline/2-resource-provider.png" alt-text="Screenshot of a Select resource provider.":::
141
140
142
141
3. Search for the term “Migration”, and then, for **Microsoft.DataMigration**, select **Register**.
143
142
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/3-register.png" alt-text="Screenshot of a Select Register.":::
@@ -211,7 +210,7 @@ To create a migration project, perform the following steps.
211
210
To configure your DMS migration project, perform the following steps.
212
211
213
212
1. On the **Select source** screen, specify the connection details for the source MySQL instance.
214
-
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/13-select-source-offline.png" alt-text="Screenshot of a Add source details screen.":::
213
+
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/13-select-source-offline.png" alt-text="Screenshot of an Add source details screen.":::
215
214
When performing an offline migration, it’s important to stop incoming traffic on the source when configuring the migration project.
216
215
217
216
2. To proceed with the offline migration, select the **Make Source Server Read Only** check box.
@@ -223,7 +222,7 @@ Selecting this check box prevents Write/Delete operations on the source server d
223
222
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/15-select-target.png" alt-text="Screenshot of a Select target.":::
224
223
225
224
4. Select **Next : Select databases>>**, and then, on the Select databases tab, under [Preview] Select server objects, select the server objects that you want to migrate.
226
-
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/16-select-db.png" alt-text="Screenshot of a Select databases.":::
225
+
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/16-select-db.png" alt-text="Screenshot of a Select database.":::
227
226
228
227
5. In the **Select databases** section, under **Source Database**, select the database(s) to migrate.
229
228
The non-table objects in the database(s) you specified will be migrated, while the items you didn’t select will be skipped.
Copy file name to clipboardExpand all lines: articles/dms/tutorial-mysql-azure-single-to-flex-online-portal.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,10 +119,9 @@ With these best practices in mind, create your target flexible server and then c
119
119
* To ensure faster data loads when using DMS, configure the following server parameters as described.
120
120
* max_allowed_packet – set to 1073741824 (i.e., 1GB) to prevent any connection issues due to large rows.
121
121
* slow_query_log – set to OFF to turn off the slow query log. This will eliminate the overhead caused by slow query logging during data loads.
122
-
* query_store_capture_mode – set to NONE to turn off the Query Store. This will eliminate the overhead caused by sampling activities by Query Store.
123
-
* innodb_buffer_pool_size – Innodb_buffer_pool_size can only be increased by scaling up compute for Azure Database for MySQL server. Scale up the server to 64 vCore General Purpose SKU from the Pricing tier of the portal during migration to increase the innodb_buffer_pool_size.
122
+
* innodb_buffer_pool_size – can only be increased by scaling up compute for Azure Database for MySQL server. Scale up the server to 64 vCore General Purpose SKU from the Pricing tier of the portal during migration to increase the innodb_buffer_pool_size.
124
123
* innodb_io_capacity & innodb_io_capacity_max - Change to 9000 from the Server parameters in Azure portal to improve the IO utilization to optimize for migration speed.
125
-
* innodb_write_io_threads & innodb_write_io_threads - Change to 4 from the Server parameters in Azure portal to improve the speed of migration.
124
+
* innodb_write_io_threads - Change to 4 from the Server parameters in Azure portal to improve the speed of migration.
126
125
* Configure the firewall rules and replicas on the target server to match those on the source server.
127
126
* Replicate the following server management features from the source single server to the target flexible server:
128
127
* Role assignments, Roles, Deny Assignments, classic administrators, Access Control (IAM)
@@ -217,13 +216,13 @@ To create a migration project, perform the following steps.
217
216
To configure your DMS migration project, perform the following steps.
218
217
219
218
1. On the **Select source** screen, specify the connection details for the source MySQL instance.
220
-
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-online/13-select-source-online.png" alt-text="Screenshot of a Add source details screen.":::
219
+
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-online/13-select-source-online.png" alt-text="Screenshot of an Add source details screen.":::
221
220
222
221
2. Select **Next : Select target>>**, and then, on the **Select target** screen, specify the connection details for the target flexible server.
223
222
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-online/15-select-target.png" alt-text="Screenshot of a Select target.":::
224
223
225
224
3. Select **Next : Select databases>>**, and then, on the Select databases tab, under [Preview] Select server objects, select the server objects that you want to migrate.
226
-
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-online/16-select-db.png" alt-text="Screenshot of a Select databases.":::
225
+
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-online/16-select-db.png" alt-text="Screenshot of a Select database.":::
227
226
228
227
4. In the **Select databases** section, under **Source Database**, select the database(s) to migrate.
229
228
The non-table objects in the database(s) you specified will be migrated, while the items you didn’t select will be skipped. You can only select the source and target databases whose names match that on the source and target server.
0 commit comments