Skip to content

Commit edf30ec

Browse files
committed
pkp/pkp-lib#8099 Dropped references to the deprecated MySQL driver
1 parent 86d3ff5 commit edf30ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FAQ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ A: This may indicate that your server does not have the selected PHP database
183183
extension does not appear to be loaded in brackets (e.g., "[MySQL]").
184184

185185
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
187187
php-pgsql (for PostgreSQL support).
188188

189189
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"
191191
or "extension=pgsql.so", for example.
192192

193193

0 commit comments

Comments
 (0)