- Editado
Olá pessoal estou com erro no último comando para instalação e não consigo resolver.
sudo APP_ENV=prod \
LANGUAGE=pt_BR \
DATABASE_URL="mysql://novosga:123456@localhost:3306/novosgadb" \
bin/console novosga:install
Os erros:
> Checking environment...
Environment Ok!
> Creating database...
11:13:41 ERROR [console] Error thrown while running command "novosga:install". Message: "An exception occurred in driver: could not find driver" ["error" => Doctrine\DBAL\Exception\DriverException { …},"command" => "novosga:install","message" => "An exception occurred in driver: could not find driver"] []
In AbstractMySQLDriver.php line 121:
An exception occurred in driver: could not find driver
In PDOConnection.php line 47:
could not find driver
In PDOConnection.php line 43:
could not find driver
```
Agradeço as ajudas desde já.
Obrigado.
Daniel.