环境: Windows, zend studio
错误信息: could not find driver
第一想到的办法还是百度……
下面是解决办法:
由于PHP默认的设置中, php_pdo_mysql模块是关闭的, 所以才会报could not find driver的错误; 把这个模块打开, 重启apache.
摘自互联网:
本文共 221 字,大约阅读时间需要 1 分钟。
环境: Windows, zend studio
错误信息: could not find driver
第一想到的办法还是百度……
下面是解决办法:
由于PHP默认的设置中, php_pdo_mysql模块是关闭的, 所以才会报could not find driver的错误; 把这个模块打开, 重启apache.
摘自互联网:
转载于:https://www.cnblogs.com/BigBigLiang/p/4790051.html