2
respostas

[Bug] PHP Fatal error: Uncaught PDOException: could not find driver

Ao tentar realizar a primeira conexão com o banco de dados sqlite deu o seguinte erro: Fatal error: Uncaught PDOException: could not find driver in C:\projeto-inicial\src\conexao.php:2 Stack trace: #0 C:\projeto-inicial\src\conexao.php(2): PDO->__construct('mysql:host=loca...', 'root', Object(SensitiveParameterValue)) #1 {main} thrown in C:\projeto-inicial\src\conexao.php on line 2 PS C:\projeto-inicial\src>

2 respostas

Oi, Mateus. Precisa habilitar o drive do PDO, por meio do arquivo php.ini.

Procure a linha pdo_mysql e remove o ;

Salve e tente novamente.

Espero ter ajudado e bons estudos!

eu consigo funcionar muito obrigado