Answers for "could not find driver (SQL: select tablename from pg_catalog.pg_tables where schemaname in ('public'))"

SQL
3

could not find driver (SQL: select * from information_schema.tables where table_schema = pics and table_name = migrations and table_type = 'BASE TABLE')

just uncomment
;extension=pdo_mysql.dll
in the php.ini file
Posted by: Guest on February-05-2021
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 "could not find driver (SQL: select tablename from pg_catalog.pg_tables where schemaname in ('public'))"

Code answers related to "SQL"

Browse Popular Code Answers by Language