File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,11 +183,11 @@ A: This may indicate that your server does not have the selected PHP database
183
183
extension does not appear to be loaded in brackets (e.g., "[MySQL]").
184
184
185
185
Most Linux distributions offer a separate package that can be installed for
186
- each supported PHP database module -- e.g. php-mysql (for MySQL support), or
186
+ each supported PHP database module -- e.g. php-mysqli (for MySQL support), or
187
187
php-pgsql (for PostgreSQL support).
188
188
189
189
Note also that even with the module installed it may be necessary to modify
190
- your php.ini configuration to load the module, by adding "extension=mysql .so"
190
+ your php.ini configuration to load the module, by adding "extension=mysqli .so"
191
191
or "extension=pgsql.so", for example.
192
192
193
193
You can’t perform that action at this time.
0 commit comments