1You might need to comment out the following in your php.ini file.
2;extension=pdo_mysql.so
3
4############# OR ##############
5Other solution might be you may have a missing dependency
6
7If you can, run :
8composer update
9
10composer require doctrine/dbal
11