Skip to content

Commit f5ce88c

Browse files
committed
remove SSL server
1 parent c8828a2 commit f5ce88c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/mysql/howto-redirection.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ This topic explains how to connect an application your Azure Database for MySQL
1515
## Before you begin
1616
Sign in to the [Azure portal](https://portal.azure.com). Create an Azure Database for MySQL server with engine version 5.6, 5.7, or 8.0. For details, refer to [How to create Azure Database for MySQL server from Portal](quickstart-create-mysql-server-database-using-azure-portal.md) or [How to create Azure Database for MySQL server using CLI](quickstart-create-mysql-server-database-using-azure-cli.md).
1717

18-
Redirection is currently only supported when **SSL is enabled** on your Azure Database for MySQL server. For details on how to configure SSL, see [Using SSL with Azure Database for MySQL](howto-configure-ssl.md#step-3--enforcing-ssl-connections-in-azure).
19-
2018
## PHP
2119

2220
Support for redirection in PHP applications is available through the [mysqlnd_azure](https://github.com/microsoft/mysqlnd_azure) extension, developed by Microsoft.
@@ -49,7 +47,7 @@ The subsequent sections of the document will outline how to install the `mysqlnd
4947
- PHP versions 7.2.15+ and 7.3.2+
5048
- PHP PEAR
5149
- php-mysql
52-
- Azure Database for MySQL server with SSL enabled
50+
- Azure Database for MySQL server
5351

5452
1. Install [mysqlnd_azure](https://github.com/microsoft/mysqlnd_azure) with [PECL](https://pecl.php.net/package/mysqlnd_azure). It is recommended to use version 1.1.0+.
5553

@@ -87,7 +85,7 @@ The subsequent sections of the document will outline how to install the `mysqlnd
8785
#### Prerequisites
8886
- PHP versions 7.2.15+ and 7.3.2+
8987
- php-mysql
90-
- Azure Database for MySQL server with SSL enabled
88+
- Azure Database for MySQL server
9189

9290
1. Determine if you are running a x64 or x86 version of PHP by running the following command:
9391

0 commit comments

Comments
 (0)