-1

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

Screenshot

β.εηοιτ.βε
  • 33,893
  • 13
  • 69
  • 83
Ovruchsky
  • 105
  • 1
  • 1
  • 6

1 Answers1

1

Try to install the driver pdo_mysql.

sudo apt-get install php7.2-mysql

Darius Tsafack
  • 259
  • 2
  • 5