Illuminate \ Database \ QueryException:找不到驱动程序(SQL:从information_schema.tables中选择*,其中table_schema = sisfosekolah,table_name =迁移,而table_type ='BASE TABLE')
答案 0 :(得分:0)
**In your php.ini configuration file simply uncomment the extension:**
;extension=php_pdo_mysql.dll
(You can find your php.ini file in the php folder where your stack server is installed.)
If you're on Windows make it: extension=php_pdo_mysql.dll
If you're on Linux make it: extension=pdo_mysql.so
And do a quick server restart.