Answers for "ate\Database\QueryException : could not find driver (SQL: select * from information_schema.tables where table_schema = edu_simplified and table_na"

SQL
0

could not find driver (SQL: select * from information_schema.table

#In your php.ini configuration file simply uncomment the extension
;extension=php_pdo_mysql.dll
#in ubuntu, you can run
sudo apt-get install php8.0-pdo-mysql

#I recommend wsl for windows users
Posted by: Guest on April-12-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 "ate\Database\QueryException : could not find driver (SQL: select * from information_schema.tables where table_schema = edu_simplified and table_na"

Code answers related to "SQL"

Browse Popular Code Answers by Language