I decided to get acquainted with the Database and the ORM doctrines in symfony 4. When I get to the bin / console database creation, doctrine: database: create crashes. enter image description here

With the help of composer installed the necessary require from the instructions.

Server is configured: enter image description here

Wamp64 : CLI = 7.2.7 - WEB = 5.6.35

.env: enter image description here

    1 answer 1

    The error was resolved by setting up php.ini.

    1. Here is the list of included .dll:

    extension=mysqli ; extension=pdo_mysql ; extension=pdo_odbc ; extension=pdo_pgsql ; extension=pdo_sqlite ; extension=pgsql ; extension=shmop ;