zoukankan      html  css  js  c++  java
  • 重新安装了环境报错{"error":"could not find driver"}

    前言:最近新工作开发oa系统,没有借助工具安装wamp环境,结果在测试项目时候出现了bug,找了很久,发现方向没有对

    报错信息:

    {"error":"could not find driver"}

    解决方法:

    1、原因是没有pdo扩展导致的,

    2、解决办法:打开php.ini,然后去掉以下两行代码之前的分号(;)即可。如下;

    extension=php_pdo_firebird.dll

    extension=php_pdo_mysql.dll

    IT这条路,当你懂得越多的时候,那么你不懂的也就会越多了.
  • 相关阅读:
    【leetcode】图像渲染
    【leetcode】不邻接植花
    052-75
    052-74
    052-73
    052-71
    052-70
    052-69
    052-67
    052-66
  • 原文地址:https://www.cnblogs.com/learningPHP-students2018/p/10408459.html
Copyright © 2011-2022 走看看