Answers for "connection.php line 678: could not find driver (sql: show full tables where table_type = 'base table')in exception.php line 18:"

SQL
4

could not find driver (SQL: SHOW FULL TABLES WHERE table_type = 'BASE TABLE')

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
Posted by: Guest on December-05-2020
0

In Connection.php line 664: could not find driver (SQL: select * from information_schema.tables where table_schema = news and table_name = migrations) In Connector.php line 67: could not find driver

;extension=php_pdo_mysql.dll
Posted by: Guest on December-28-2020

Code answers related to "connection.php line 678: could not find driver (sql: show full tables where table_type = 'base table')in exception.php line 18:"

Code answers related to "SQL"

Browse Popular Code Answers by Language