Boa tarde ja tentei tirar a senha e deixar apenas o "" mas não funcionou, usei a mesma senha da conexão do workbench. o erro
PHP Fatal error: Uncaught PDOException: could not find driver in C:\Users\pheli\OneDrive\Documentos\php\Banco\conection\conection.php:7 Stack trace:
#0 C:\Users\pheli\OneDrive\Documentos\php\Banco\conection\conection.php(7): PDO->__construct('mysql:host=loca...', 'root', 'narutoultimate1')
#1 {main} thrown in C:\Users\pheli\OneDrive\Documentos\php\Banco\conection\conection.php on line 7
Fatal error: Uncaught PDOException: could not find driver in C:\Users\pheli\OneDrive\Documentos\php\Banco\conection\conection.php:7 Stack trace:
#0 C:\Users\pheli\OneDrive\Documentos\php\Banco\conection\conection.php(7): PDO->__construct('mysql:host=loca...', 'root', 'narutoultimate1')
#1 {main} thrown in C:\Users\pheli\OneDrive\Documentos\php\Banco\conection\conection.php on line 7
suspeito que o erro ocorra pelo banco não estar "iniciado" apenas aberto no Workbench
o código
$connection = new PDO( 'mysql:host=localhost;dbname=banco', 'root', 'senhafullcomplexainvejadapelasegurancamundial' );