symfonydoctrineubuntu-16.04

Symfony 4 doctrine creating issue


I'm using ubuntu 16.04 and when trying to create schema (bin/console doctrine:schema:create) get a lot of errors

Screenshot


Solution

  • Try to install the driver pdo_mysql.

    sudo apt-get install php7.2-mysql