Skip to content

Commit e263d6e

Browse files
Merge pull request #235122 from divargas-msft/patch-1
[Doc-a-thon] Updating howto-data-in-replication.md
2 parents cc8da49 + 7bc3dac commit e263d6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/mariadb/howto-data-in-replication.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: mariadb
55
author: savjani
66
ms.author: pariks
77
ms.topic: how-to
8-
ms.date: 06/24/2022
8+
ms.date: 04/19/2023
99
---
1010

1111
# Configure Data-in Replication in Azure Database for MariaDB
@@ -54,13 +54,13 @@ The following steps prepare and configure the MariaDB server hosted on-premises,
5454
1. Sign in to your Azure Database for MariaDB using a tool like MySQL command line.
5555
2. Execute the below query.
5656

57-
```bash
58-
mysql> SELECT @@global.redirect_server_host;
57+
```sql
58+
SELECT @@global.redirect_server_host;
5959
```
6060

6161
Below is some sample output:
6262

63-
```bash
63+
```output
6464
+-----------------------------------------------------------+
6565
| @@global.redirect_server_host |
6666
+-----------------------------------------------------------+
@@ -71,13 +71,13 @@ The following steps prepare and configure the MariaDB server hosted on-premises,
7171
3. Exit from the MySQL command line.
7272
4. Execute the below in the ping utility to get the IP address.
7373

74-
```bash
74+
```terminal
7575
ping <output of step 2b>
7676
```
7777

7878
For example:
7979

80-
```bash
80+
```terminal
8181
C:\Users\testuser> ping e299ae56f000.tr1830.westus1-a.worker.database.windows.net
8282
Pinging tr1830.westus1-a.worker.database.windows.net (**11.11.111.111**) 56(84) bytes of data.
8383
```

0 commit comments

Comments
 (0)