Skip to content

Commit cbeea16

Browse files
authored
Merge pull request #108208 from ajlam/master
mariadb freshness
2 parents befadb9 + 5cf3485 commit cbeea16

10 files changed

+12
-12
lines changed

articles/mariadb/howto-restart-server-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010

1111
# Restart Azure Database for MariaDB server using Azure portal

articles/mariadb/howto-restore-server-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mariadb
77
ms.devlang: azurecli
88
ms.topic: conceptual
9-
ms.date: 12/02/2019
9+
ms.date: 3/18/2020
1010
---
1111
# How to back up and restore a server in Azure Database for MariaDB using the Azure CLI
1212

articles/mariadb/howto-restore-server-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010

1111
# How to backup and restore a server in Azure Database for MariaDB using the Azure portal

articles/mariadb/howto-server-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/9/2019
8+
ms.date: 3/18/2020
99
---
1010

1111
# How to configure server parameters in Azure Database for MariaDB by using the Azure portal

articles/mariadb/howto-troubleshoot-common-connection-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: jan-eng
55
ms.author: janeng
66
ms.service: mariadb
77
ms.topic: troubleshooting
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010

1111
# Troubleshoot connection issues to Azure Database for MariaDB
@@ -49,7 +49,7 @@ If the application persistently fails to connect to Azure Database for MariaDB,
4949
1. Set up [firewall rules](howto-manage-firewall-portal.md) to allow the client IP address. For temporary testing purposes only, set up a firewall rule using 0.0.0.0 as the starting IP address and using 255.255.255.255 as the ending IP address. This will open the server to all IP addresses. If this resolves your connectivity issue, remove this rule and create a firewall rule for an appropriately limited IP address or address range.
5050
2. On all firewalls between the client and the internet, make sure that port 3306 is open for outbound connections.
5151
3. Verify your connection string and other connection settings. Review [How to connect applications to Azure Database for MariaDB](howto-connection-string.md).
52-
4. Check the service health in the dashboard. If you think theres a regional outage, see [Overview of business continuity with Azure Database for MariaDB](concepts-business-continuity.md) for steps to recover to a new region.
52+
4. Check the service health in the dashboard. If you think there's a regional outage, see [Overview of business continuity with Azure Database for MariaDB](concepts-business-continuity.md) for steps to recover to a new region.
5353

5454
## Next steps
5555

articles/mariadb/howto-troubleshoot-query-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: troubleshooting
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010

1111
# How to use EXPLAIN to profile query performance in Azure Database for MariaDB

articles/mariadb/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mariadb
77
ms.topic: overview
88
ms.custom: mvc
9-
ms.date: 12/02/2019
9+
ms.date: 3/18/2020
1010
---
1111

1212
# What is Azure Database for MariaDB?

articles/mariadb/quickstart-create-mariadb-server-database-using-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mariadb
77
ms.devlang: azurecli
88
ms.topic: quickstart
9-
ms.date: 12/02/2019
9+
ms.date: 3/18/2020
1010
ms.custom: mvc
1111
---
1212

articles/mariadb/quickstart-create-mariadb-server-database-using-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mariadb
77
ms.custom: mvc
88
ms.topic: quickstart
9-
ms.date: 12/02/2019
9+
ms.date: 3/18/2020
1010
---
1111

1212
# Create an Azure Database for MariaDB server by using the Azure portal

articles/mariadb/reference-stored-procedures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010

1111
# Azure Database for MariaDB management stored procedures
@@ -20,7 +20,7 @@ The following stored procedures are used to set up or remove Data-in Replication
2020

2121
|**Stored Procedure Name**|**Input Parameters**|**Output Parameters**|**Usage Note**|
2222
|-----|-----|-----|-----|
23-
|*mysql.az_replication_change_master*|master_host<br/>master_user<br/>master_password<br/>master_port<br/>master_log_file<br/>master_log_pos<br/>master_ssl_ca|N/A|To transfer data with SSL mode, pass in the CA certificates context into the master_ssl_ca parameter. </br><br>To transfer data without SSL, pass in an empty string into the master_ssl_ca parameter.|
23+
|*mysql.az_replication_change_master*|master_host<br/>master_user<br/>master_password<br/>master_port<br/>master_log_file<br/>master_log_pos<br/>master_ssl_ca|N/A|To transfer data with SSL mode, pass in the CA certificate's context into the master_ssl_ca parameter. </br><br>To transfer data without SSL, pass in an empty string into the master_ssl_ca parameter.|
2424
|*mysql.az_replication _start*|N/A|N/A|Starts replication.|
2525
|*mysql.az_replication _stop*|N/A|N/A|Stops replication.|
2626
|*mysql.az_replication _remove_master*|N/A|N/A|Removes the replication relationship between the master and replica.|

0 commit comments

Comments
 (0)