
Eu tenho um servidor Debian 11
No meu site tenho o seguinte erro:
Caused by: PDOException
could not find driver
De acordo com o que a phpinfo()
função retorna, meuphp.iniarquivo está em:
/etc/php/7.4/apache2/php.ini
Tenho os seguintes módulos:
root@xxx:/var/www/html/xxx # php -m
[PHP Modules]
...
PDO
pdo_mysql
...
Tentei descomentar as linhas do /etc/php/7.4/apache2/php.ini
arquivo:
extension = mysqli
and
extension = pdo_mysql
and then do service apache2 restart
mas não funciona
Como posso carregar o driver?