Skip to content

Commit c39afa2

Browse files
Merge pull request #233353 from aditivgupta/sqlmode
sqlmode update
2 parents 2b7c163 + 29bb843 commit c39afa2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

articles/dms/tutorial-mysql-azure-single-to-flex-offline-portal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ With these best practices in mind, create your target flexible server and then c
108108
* Additionally, if migrating non-table objects, be sure to use the same name for the target schema as is used on the source.
109109
* Configure the server parameters on the target flexible server as follows:
110110
* Set the TLS version and require_secure_transport server parameter to match the values on the source server.
111+
* Set the sql_mode server parameter to match the values on the source server.
111112
* Configure server parameters on the target server to match any non-default values used on the source server.
112113
* To ensure faster data loads when using DMS, configure the following server parameters as described.
113114
* max_allowed_packet – set to 1073741824 (i.e., 1 GB) to prevent any connection issues due to large rows.

articles/dms/tutorial-mysql-azure-single-to-flex-online-portal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ With these best practices in mind, create your target flexible server, and then
117117
* Additionally, if migrating non-table objects, be sure to use the same name for the target schema as is used on the source.
118118
* Configure the server parameters on the target flexible server as follows:
119119
* Set the TLS version and require_secure_transport server parameter to match the values on the source server.
120+
* Set the sql_mode server parameter to match the values on the source server.
120121
* Configure server parameters on the target server to match any non-default values used on the source server.
121122
* To ensure faster data loads when using DMS, configure the following server parameters as described.
122123
* max_allowed_packet – set to 1073741824 (i.e., 1 GB) to prevent any connection issues due to large rows.

0 commit comments

Comments
 (0)