Nie można znaleźć sterownika (SQL: Pokaż pełne tabele tam, gdzie Table_Type = „Tabela podstawowa”)
You might need to comment out the following in your php.ini file.
;extension=pdo_mysql.so
############# OR ##############
Other solution might be you may have a missing dependency
If you can, run :
composer update
composer require doctrine/dbal
Lokesh003