Skip to content

Commit f1d6f73

Browse files
committed
formatting and typo
1 parent 4fe248c commit f1d6f73

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/mysql/howto-redirection.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Redirection is currently only supported when SSL is enabled. For details on how
6868
- php-mysql
6969
- Azure Database for MySQL server with SSL enabled
7070

71-
1. Determine if you are running x64 or x86 version of PHP by running the following command
71+
1. Determine if you are running a x64 or x86 version of PHP by running the following command:
7272

7373
```cmd
7474
php -i | findstr "Thread"
@@ -84,9 +84,9 @@ Redirection is currently only supported when SSL is enabled. For details on how
8484
php -i | find "extension_dir"s
8585
```
8686

87-
5. Copy the `php_mysqlnd_azure.dll` file into the directory from returned in step 4.
87+
5. Copy the `php_mysqlnd_azure.dll` file into the directory returned in step 4.
8888

89-
6. Locate the PHP folder containing the `php.ini` file using the following command
89+
6. Locate the PHP folder containing the `php.ini` file using the following command:
9090

9191
```cmd
9292
php -i | find "Loaded Configuration File"
@@ -99,8 +99,7 @@ Redirection is currently only supported when SSL is enabled. For details on how
9999
extension=mysqlnd_azure
100100
```
101101

102-
Under the Module Settings section:
103-
102+
Under the Module Settings section:
104103
```cmd
105104
[mysqlnd_azure]
106105
mysqlnd_azure.enabled=on

0 commit comments

Comments
 (0)