Skip to content

Commit 2e20a4e

Browse files
authored
Merge pull request #108243 from ajlam/master
MySQL freshness 3
2 parents 873a016 + f38f4a1 commit 2e20a4e

10 files changed

+13
-13
lines changed

articles/mysql/connect-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mysql
77
ms.custom: mvc
88
ms.devlang: cpp
99
ms.topic: quickstart
10-
ms.date: 12/02/2019
10+
ms.date: 3/18/2020
1111
---
1212

1313
# Azure Database for MySQL: Use Connector/C++ to connect and query data

articles/mysql/connect-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mysql
77
ms.custom: mvc
88
ms.devlang: csharp
99
ms.topic: quickstart
10-
ms.date: 12/02/2019
10+
ms.date: 3/18/2020
1111
---
1212

1313
# Azure Database for MySQL: Use .NET (C#) to connect and query data

articles/mysql/connect-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mysql
77
ms.custom: mvc
88
ms.devlang: go
99
ms.topic: quickstart
10-
ms.date: 12/02/2019
10+
ms.date: 3/18/2020
1111
---
1212

1313
# Azure Database for MySQL: Use Go language to connect and query data

articles/mysql/connect-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mysql
77
ms.custom: mvc, devcenter, seo-java-july2019, seo-java-august2019
88
ms.topic: quickstart
99
ms.devlang: java
10-
ms.date: 12/02/2019
10+
ms.date: 3/18/2020
1111
---
1212

1313
# Quickstart: Use Java to connect to and query data in Azure Database for MySQL

articles/mysql/connect-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mysql
77
ms.custom: mvc, seo-javascript-september2019, seo-javascript-october2019
88
ms.devlang: nodejs
99
ms.topic: quickstart
10-
ms.date: 12/02/2019
10+
ms.date: 3/18/2020
1111
---
1212
# Quickstart: Use Node.js to connect and query data in Azure Database for MySQL
1313

articles/mysql/connect-php.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.custom: mvc
88
ms.topic: quickstart
9-
ms.date: 12/02/2019
9+
ms.date: 3/18/2020
1010
---
1111

1212
# Azure Database for MySQL: Use PHP to connect and query data

articles/mysql/connect-workbench.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
# Azure Database for MySQL: Use MySQL Workbench to connect and query data
@@ -35,15 +35,15 @@ Get the connection information needed to connect to the Azure Database for MySQL
3535
## Connect to the server by using MySQL Workbench
3636
To connect to Azure MySQL Server by using the GUI tool MySQL Workbench:
3737

38-
1. Launch the MySQL Workbench application on your computer.
38+
1. Launch the MySQL Workbench application on your computer.
3939

40-
2. In **Setup New Connection** dialog box, enter the following information on the **Parameters** tab:
40+
2. In **Setup New Connection** dialog box, enter the following information on the **Parameters** tab:
4141

4242
![setup new connection](./media/connect-workbench/2-setup-new-connection.png)
4343

4444
| **Setting** | **Suggested value** | **Field description** |
4545
|---|---|---|
46-
| Connection Name | Demo Connection | Specify a label for this connection. |
46+
| Connection Name | Demo Connection | Specify a label for this connection. |
4747
| Connection Method | Standard (TCP/IP) | Standard (TCP/IP) is sufficient. |
4848
| Hostname | *server name* | Specify the server name value that was used when you created the Azure Database for MySQL earlier. Our example server shown is mydemoserver.mysql.database.azure.com. Use the fully qualified domain name (\*.mysql.database.azure.com) as shown in the example. Follow the steps in the previous section to get the connection information if you do not remember your server name. |
4949
| Port | 3306 | Always use port 3306 when connecting to Azure Database for MySQL. |

articles/mysql/howto-alert-on-metric.md

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

1111
# Use the Azure portal to set up alerts on metrics for Azure Database for MySQL

articles/mysql/howto-auto-grow-storage-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ambhatna
55
ms.author: ambhatna
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010
# Auto-grow Azure Database for MySQL storage using the Azure CLI
1111
This article describes how you can configure an Azure Database for MySQL server storage to grow without impacting the workload.

articles/mysql/howto-auto-grow-storage-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ambhatna
55
ms.author: ambhatna
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010
# Auto grow storage in Azure Database for MySQL using the Azure portal
1111
This article describes how you can configure an Azure Database for MySQL server storage to grow without impacting the workload.

0 commit comments

Comments
 (0)