Skip to content

Commit 55d2b10

Browse files
committed
fixes MicrosoftDocs/azure-docs#55602
1 parent a9d2193 commit 55d2b10

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

articles/mysql/connect-cpp.md

Lines changed: 4 additions & 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: 3/18/2020
10+
ms.date: 5/26/2020
1111
---
1212

1313
# Azure Database for MySQL: Use Connector/C++ to connect and query data
@@ -24,6 +24,9 @@ You also need to:
2424
- Install [MySQL Connector/C++](https://dev.mysql.com/downloads/connector/cpp/)
2525
- Install [Boost](https://www.boost.org/)
2626

27+
> [!IMPORTANT]
28+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
29+
2730
## Install Visual Studio and .NET
2831
The steps in this section assume that you're familiar with developing using .NET.
2932

articles/mysql/connect-csharp.md

Lines changed: 4 additions & 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: 3/18/2020
10+
ms.date: 5/26/2020
1111
---
1212

1313
# Azure Database for MySQL: Use .NET (C#) to connect and query data
@@ -22,6 +22,9 @@ You also need to:
2222
- Install [.NET](https://www.microsoft.com/net/download). Follow the steps in the linked article to install .NET specifically for your platform (Windows, Ubuntu Linux, or macOS).
2323
- Install [Visual Studio](https://www.visualstudio.com/downloads/).
2424

25+
> [!IMPORTANT]
26+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
27+
2528
## Create a C# project
2629
At a command prompt, run:
2730

articles/mysql/connect-go.md

Lines changed: 4 additions & 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: 3/18/2020
10+
ms.date: 5/26/2020
1111
---
1212

1313
# Azure Database for MySQL: Use Go language to connect and query data
@@ -18,6 +18,9 @@ This quickstart uses the resources created in either of these guides as a starti
1818
- [Create an Azure Database for MySQL server using Azure portal](./quickstart-create-mysql-server-database-using-azure-portal.md)
1919
- [Create an Azure Database for MySQL server using Azure CLI](./quickstart-create-mysql-server-database-using-azure-cli.md)
2020

21+
> [!IMPORTANT]
22+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
23+
2124
## Install Go and MySQL connector
2225
Install [Go](https://golang.org/doc/install) and the [go-sql-driver for MySQL](https://github.com/go-sql-driver/mysql#installation) on your own computer. Depending on your platform, follow the steps in the appropriate section:
2326

articles/mysql/connect-java.md

Lines changed: 4 additions & 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: 3/18/2020
10+
ms.date: 5/26/2020
1111
---
1212

1313
# Quickstart: Use Java to connect to and query data in Azure Database for MySQL
@@ -22,6 +22,9 @@ This topic assumes that you're familiar with developing using Java, but you're n
2222
- An Azure Database for MySQL server. [Create an Azure Database for MySQL server using Azure portal](quickstart-create-mysql-server-database-using-azure-portal.md) or [Create an Azure Database for MySQL server using Azure CLI](quickstart-create-mysql-server-database-using-azure-cli.md).
2323
- Azure Database for MySQL connection security is configured with the firewall opened and SSL connection settings configured for your application.
2424

25+
> [!IMPORTANT]
26+
> Ensure the IP address you're connecting from has been added the server's firewall rules using the [Azure portal](./howto-manage-firewall-using-portal.md) or [Azure CLI](./howto-manage-firewall-using-cli.md)
27+
2528
## Obtain the MariaDB connector
2629

2730
Obtain the [MariaDB Connector/J](https://mariadb.com/kb/en/library/mariadb-connector-j/) connector using one of the following approaches:

0 commit comments

Comments
 (0)