gpt4 book ai didi

PHP PDO 找不到驱动程序

转载 作者:行者123 更新时间:2023-11-29 03:21:14 26 4
gpt4 key购买 nike

我需要使用 PHP PDO 连接到 MariaDB 数据库来完成工作。但是当我通过处理器运行 php 文件时,它会抛出一个错误:

Fatal error: Uncaught PDOException: could not find driver in C:\Users
\...\Documents\Visual Studio 2017\Projects\...\...
\dashboard.php:16

Stack trace:
#0 C:\Users\...\Documents\Visual Studio 2017\Projects\...
\...\dashboard.php(16): PDO->__construct('mysql:host=;dbn...',
NULL, NULL, Array)

#1 {main}
thrown in C:\Users\...\Documents\Visual Studio 2017\Projects
\...\...\dashboard.php on line 16

我在 php.ini 中启用了 PDO 驱动程序

 extension=php_pdo_mysql.dll
extension=php_pdo_sqlite.dll
extension=php_pdo_obdc.dll

最佳答案

发现问题,当我在我发现的 php 文件中运行 phpinfo() 时:

Loaded Configuration File => (none)

原来执行文件的进程忽略了 php.ini 文件。

关于PHP PDO 找不到驱动程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44702903/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com