Skip to content

Commit 1be9842

Browse files
authored
Merge pull request #97520 from ajlam/patch-3
Small updates
2 parents 15557f8 + aa50846 commit 1be9842

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/mysql/howto-redirection.md

Lines changed: 4 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: conceptual
8-
ms.date: 11/15/2019
8+
ms.date: 12/02/2019
99
---
1010

1111
# Connect to Azure Database for MySQL with redirection
@@ -74,7 +74,8 @@ Redirection is currently only supported when SSL is enabled. For details on how
7474
php -i | findstr "Thread"
7575
```
7676

77-
If you cannot determine the x86/x64 vesion of your PHP, you may use following script to figure out:
77+
If you cannot determine the x86/x64 version of PHP, use following script to determine the configuration:
78+
7879
```php
7980
switch(PHP_INT_SIZE) {
8081
case 4:
@@ -88,7 +89,7 @@ Redirection is currently only supported when SSL is enabled. For details on how
8889
}
8990
```
9091
91-
2. Download the corresponding version of the [mysqlnd_azure](https://github.com/microsoft/mysqlnd_azure) DLL from [PECL](https://pecl.php.net/package/mysqlnd_azure) that matches your version of PHP.
92+
2. Download the corresponding version of the [mysqlnd_azure](https://github.com/microsoft/mysqlnd_azure) DLL from [PECL](https://pecl.php.net/package/mysqlnd_azure) that matches your version of PHP, thread safety configuration, and x64/x86-bit configuration.
9293
9394
3. Extract the zip file and find the DLL named `php_mysqlnd_azure.dll`.
9495

0 commit comments

Comments
 (0)