Skip to content

Commit 5b4528e

Browse files
committed
updates for MicrosoftDocs/azure-docs#44041
1 parent 4c31265 commit 5b4528e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/mysql/concepts-compatibility.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: 12/05/2019
99
---
1010
# MySQL drivers and management tools compatible with Azure Database for MySQL
1111
This article describes the drivers and management tools that are compatible with Azure Database for MySQL.
@@ -24,7 +24,7 @@ Azure Database for MySQL uses the world's most popular community edition of MySQ
2424
| Python | MySQL Connector/Python | https://pypi.python.org/pypi/mysql-connector-python | 1.2.3, 2.0, 2.1, 2.2, use 8.0.16+ with MySQL 8.0 | 1.2.2 and before | |
2525
| Python | PyMySQL | https://pypi.org/project/PyMySQL/ | 0.7.11, 0.8.0, 0.8.1, 0.9.3+ | 0.9.0 - 0.9.2 (regression in web2py) | |
2626
| Java | MariaDB Connector/J | https://downloads.mariadb.org/connector-java/ | 2.1, 2.0, 1.6 | 1.5.5 and before | |
27-
| Java | MySQL Connector/J | https://github.com/mysql/mysql-connector-j | 5.1.20+, use 8.0.17+ with MySQL 8.0 | 5.1.9 and below | |
27+
| Java | MySQL Connector/J | https://github.com/mysql/mysql-connector-j | 5.1.21+, use 8.0.17+ with MySQL 8.0 | 5.1.20 and below | |
2828
| C | MySQL Connector/C (libmysqlclient) | https://dev.mysql.com/doc/refman/5.7/en/c-api-implementations.html | 6.0.2+ | | |
2929
| C | MySQL Connector/ODBC (myodbc) | https://github.com/mysql/mysql-connector-odbc | 3.51.29+ | | |
3030
| C++ | MySQL Connector/C++ | https://github.com/mysql/mysql-connector-cpp | 1.1.9+ | 1.1.3 and below | |

articles/mysql/howto-configure-ssl.md

Lines changed: 3 additions & 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: 12/05/2019
99
---
1010
# Configure SSL connectivity in your application to securely connect to Azure Database for MySQL
1111
Azure Database for MySQL supports connecting your Azure Database for MySQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against "man in the middle" attacks by encrypting the data stream between the server and your application.
@@ -62,6 +62,8 @@ Confirm the connection is encrypted by reviewing the output, which should show:
6262
## Sample code
6363
To establish a secure connection to Azure Database for MySQL over SSL from your application, refer to the following code samples:
6464

65+
Refer to the list of [compatible drivers](concepts-compatibility.md) supported by the Azure Database for MySQL service.
66+
6567
### PHP
6668
```php
6769
$conn = mysqli_init();

0 commit comments

Comments
 (0)