You should be on a Linux or Mac OSX operating system, the .dll
extensions are for windows, so chances are you've downloaded manually, it will not work.
The PDO extension is typically native to distros when you install PHP, so you probably have to open php.ini and uncomment (remove%) from these lines:
;extension=pdo.so
;extension=pdo_mysql.so
It looks like this:
extension=pdo.so
extension=pdo_mysql.so
Then restart Apache (or NtTix, or lighttpd, it depends on which HTTP server you use).
Do not forget to delete the line (should be something similar, open php.ini and use ;
+ Ctrl
and search for F
):
extension=/usr/lib/php/20151012/php_pdo_mysql.dll