Skip to content

Commit d1b0c37

Browse files
committed
freshness 6
1 parent dff9470 commit d1b0c37

10 files changed

+17
-17
lines changed

articles/mysql/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: mysql
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 MySQL using the Azure CLI
1212

articles/mysql/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: mysql
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 MySQL using the Azure portal

articles/mysql/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: mysql
77
ms.topic: conceptual
8-
ms.date: 12/05/2019
8+
ms.date: 3/18/2020
99
---
1010

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jan-eng
66
ms.author: janeng
77
ms.service: mysql
88
ms.topic: troubleshooting
9-
ms.date: 12/02/2019
9+
ms.date: 3/18/2020
1010
---
1111

1212
# Troubleshoot connection issues to Azure Database for MySQL
@@ -50,7 +50,7 @@ If the application persistently fails to connect to Azure Database for MySQL, it
5050
1. Set up [firewall rules](howto-manage-firewall-using-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.
5151
2. On all firewalls between the client and the internet, make sure that port 3306 is open for outbound connections.
5252
3. Verify your connection string and other connection settings. Review [How to connect applications to Azure Database for MySQL](howto-connection-string.md).
53-
4. Check the service health in the dashboard. If you think theres a regional outage, see [Overview of business continuity with Azure Database for MySQL](concepts-business-continuity.md) for steps to recover to a new region.
53+
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 MySQL](concepts-business-continuity.md) for steps to recover to a new region.
5454

5555
## Next steps
5656

articles/mysql/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: mysql
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 MySQL

articles/mysql/howto-troubleshoot-sys-schema.md

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

1111
# How to use sys_schema for performance tuning and database maintenance in Azure Database for MySQL
@@ -24,7 +24,7 @@ There are 52 views in the sys_schema, and each view has one of the following pre
2424
- User: Resources consumed and grouped by users. Examples are file I/Os, connections, and memory.
2525
- Wait: Wait events grouped by host or user.
2626

27-
Now lets look at some common usage patterns of the sys_schema. To begin with, well group the usage patterns into two categories: **Performance tuning** and **Database maintenance**.
27+
Now let's look at some common usage patterns of the sys_schema. To begin with, we'll group the usage patterns into two categories: **Performance tuning** and **Database maintenance**.
2828

2929
## Performance tuning
3030

@@ -50,7 +50,7 @@ To troubleshoot database performance issues, it may be beneficial to identify th
5050

5151
![summary by statement](./media/howto-troubleshoot-sys-schema/summary-by-statement.png)
5252

53-
In this example Azure Database for MySQL spent 53 minutes flushing the slog query log 44579 times. Thats a long time and many IOs. You can reduce this activity by either disable your slow query log or decrease the frequency of slow query login Azure portal.
53+
In this example Azure Database for MySQL spent 53 minutes flushing the slog query log 44579 times. That's a long time and many IOs. You can reduce this activity by either disable your slow query log or decrease the frequency of slow query login Azure portal.
5454

5555
## Database maintenance
5656

articles/mysql/overview.md

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

1212
# What is Azure Database for MySQL?

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mysql
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 MySQL server by using the Azure portal
@@ -166,7 +166,7 @@ Now you have connected to the Azure Database for MySQL server and created a blan
166166
## Connect to the server by using the MySQL Workbench GUI tool
167167
To connect to the server by using the GUI tool MySQL Workbench, take the following steps:
168168

169-
1. Open the MySQL Workbench application on your client computer. You can download and install MySQL Workbench from [Download MySQL Workbench](https://dev.mysql.com/downloads/workbench/).
169+
1. Open the MySQL Workbench application on your client computer. You can download and install MySQL Workbench from [Download MySQL Workbench](https://dev.mysql.com/downloads/workbench/).
170170

171171
2. Create a new connection. Select the plus (+) icon beside the **MySQL Connections** heading.
172172

@@ -197,9 +197,9 @@ You can clean up the resources that you created in the Quickstart in two ways. Y
197197

198198
To delete the entire resource group including the newly created server, take the following steps:
199199

200-
1. Locate your resource group in the Azure portal. On the menu on the left, select **Resource groups**, and then select the name of your resource group (such as our example, **myresourcegroup**).
200+
1. Locate your resource group in the Azure portal. On the menu on the left, select **Resource groups**, and then select the name of your resource group (such as our example, **myresourcegroup**).
201201

202-
2. On your resource group page, select **Delete**. Then enter the name of your resource group (such as our example **myresourcegroup**) in the box to confirm deletion, and select **Delete**.
202+
2. On your resource group page, select **Delete**. Then enter the name of your resource group (such as our example **myresourcegroup**) in the box to confirm deletion, and select **Delete**.
203203

204204
To delete only the newly created server, take the following steps:
205205

articles/mysql/quickstart-create-server-up-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: mysql
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/mysql/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: mysql
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010

1111
# Azure Database for MySQL 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)