Skip to content

Commit 8f9af4d

Browse files
Term flags
1 parent a191031 commit 8f9af4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mariadb/concepts-certificate-rotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Since this update is a client-side change, if the client used to read data from
130130
131131
### 10. If I'm using Data-in replication, do I need to perform any action?
132132
133-
- If the data-replication is from a virtual machine (on-prem or Azure virtual machine) to Azure Database for MySQL, you need to check if SSL is being used to create the replica. Run **SHOW SLAVE STATUS** and check the following setting.
133+
- If the data-replication is from a virtual machine (on-premises or Azure virtual machine) to Azure Database for MySQL, you need to check if SSL is being used to create the replica. Run **SHOW SLAVE STATUS** and check the following setting.
134134
135135
```azurecli-interactive
136136
Master_SSL_Allowed : Yes
@@ -143,7 +143,7 @@ Since this update is a client-side change, if the client used to read data from
143143
144144
If you're using [Data-in replication](concepts-data-in-replication.md) to connect to Azure Database for MySQL, there are two things to consider:
145145
146-
- If the data-replication is from a virtual machine (on-prem or Azure virtual machine) to Azure Database for MySQL, you need to check if SSL is being used to create the replica. Run **SHOW SLAVE STATUS** and check the following setting.
146+
- If the data-replication is from a virtual machine (on-premises or Azure virtual machine) to Azure Database for MySQL, you need to check if SSL is being used to create the replica. Run **SHOW SLAVE STATUS** and check the following setting.
147147
148148
```azurecli-interactive
149149
Master_SSL_Allowed : Yes

0 commit comments

Comments
 (0)