我更新了 wamp 服务器,laravel 项目出现错误([PDOException] 找不到驱动程序)?

Ars*_*mad 2 php laravel

更新服务器后,在运行命令时出现此错误:

php artisan 迁移:安装

错误

 Illuminate\Database\QueryException]
  could not find driver (SQL: select * from information_schema.tables where table_schema = test and table_name = migrations)


  [PDOException]
  could not find driver
Run Code Online (Sandbox Code Playgroud)

遇到这个问题......
搜索了很多但没有得到解决方案。
请任何人帮忙

Asi*_*aza 5

按着这些次序:

  • 打开“php.ini”(找到您安装 php 的位置“C:/php7”)
  • 找到该行extension=php_pdo_mysql.dll(如果您使用记事本使用Ctrl+F
  • 取消注释删除#符号的行

提示:

您可以使用此命令找到位置php.ini文件php -i | find /i "Configuration File"