PHP could not find driver 的解决教程
程序员文章站
2022-04-11 19:59:02
...
在调试一个PHP程序时,报了这个错误, could not find driver 在网上搜一下,有解决方法如下,原来我的这个程序中用到了PDO对象,连接mysql 5. 在PHP的默认设置中,只打开了PHP_pdo 模块, 没有打开PHP_pdo_mysql模块.所以才会出现找不到驱动程序的错误. 把这个模块打开,重启apache就可以了. 当然了,如果你用别的数据库,打开对应的模块就OK了。
但是,我这样操作后依然提示 could not find driver 最后终于发现原来是因为机上没有安装sql2000没有ntwdblib.dll这个文件,网上找了一个,复制到相关目录下。
a) php\
b) Apache\bin\ 问题解决
推荐阅读
-
编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法
-
编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法
-
PHP动态编译出现Cannot find autoconf的解决方法
-
Win10正式版笔记本出现蓝屏提示driver power state failure的解决方法图文教程
-
在PHP+Apache+MySQL环境下(windows系统),连接SQLServer数据出现“can not find driver”问题的解决办法
-
Php7.3 could not find driver
-
python 打包exe出现RuntimeError: Could not find the matplotlib data files 的解决方法
-
解决PHP无法访问远程mysql的问题_PHP教程
-
PHP正则表达式替换站点关键字链接后空白的问题解决,正则表达式关键字_PHP教程
-
Destoon QQ互联一键登录审核不通过的解决方案,destoon互联_PHP教程