File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Redirection is currently only supported when SSL is enabled. For details on how
68
68
- php-mysql
69
69
- Azure Database for MySQL server with SSL enabled
70
70
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:
72
72
73
73
` ` ` cmd
74
74
php -i | findstr " Thread"
@@ -84,9 +84,9 @@ Redirection is currently only supported when SSL is enabled. For details on how
84
84
php -i | find " extension_dir" s
85
85
` ` `
86
86
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.
88
88
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:
90
90
91
91
` ` ` cmd
92
92
php -i | find " Loaded Configuration File"
@@ -99,8 +99,7 @@ Redirection is currently only supported when SSL is enabled. For details on how
99
99
extension=mysqlnd_azure
100
100
` ` `
101
101
102
- Under the Module Settings section:
103
-
102
+ Under the Module Settings section:
104
103
` ` ` cmd
105
104
[mysqlnd_azure]
106
105
mysqlnd_azure.enabled=on
You can’t perform that action at this time.
0 commit comments