1. <i id='0rziC'><tr id='0rziC'><dt id='0rziC'><q id='0rziC'><span id='0rziC'><b id='0rziC'><form id='0rziC'><ins id='0rziC'></ins><ul id='0rziC'></ul><sub id='0rziC'></sub></form><legend id='0rziC'></legend><bdo id='0rziC'><pre id='0rziC'><center id='0rziC'></center></pre></bdo></b><th id='0rziC'></th></span></q></dt></tr></i><div id='0rziC'><tfoot id='0rziC'></tfoot><dl id='0rziC'><fieldset id='0rziC'></fieldset></dl></div>

        <legend id='0rziC'><style id='0rziC'><dir id='0rziC'><q id='0rziC'></q></dir></style></legend>
      1. <small id='0rziC'></small><noframes id='0rziC'>

          <bdo id='0rziC'></bdo><ul id='0rziC'></ul>

        <tfoot id='0rziC'></tfoot>

        PHP PDO 异常:找不到驱动程序

        时间:2023-10-04

      2. <small id='VuwiG'></small><noframes id='VuwiG'>

        <legend id='VuwiG'><style id='VuwiG'><dir id='VuwiG'><q id='VuwiG'></q></dir></style></legend>
          • <bdo id='VuwiG'></bdo><ul id='VuwiG'></ul>
              <tbody id='VuwiG'></tbody>

              <i id='VuwiG'><tr id='VuwiG'><dt id='VuwiG'><q id='VuwiG'><span id='VuwiG'><b id='VuwiG'><form id='VuwiG'><ins id='VuwiG'></ins><ul id='VuwiG'></ul><sub id='VuwiG'></sub></form><legend id='VuwiG'></legend><bdo id='VuwiG'><pre id='VuwiG'><center id='VuwiG'></center></pre></bdo></b><th id='VuwiG'></th></span></q></dt></tr></i><div id='VuwiG'><tfoot id='VuwiG'></tfoot><dl id='VuwiG'><fieldset id='VuwiG'></fieldset></dl></div>

              <tfoot id='VuwiG'></tfoot>

                  本文介绍了PHP PDO 异常:找不到驱动程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  MySQL-server 和 PHP5-MySQLi 版本是否必须匹配才能进行连接?我目前收到以下错误:我正在运行 BSD.致命错误:未捕获异常‘PDOException’,消息‘找不到驱动程序’..."

                  Does the MySQL-server and PHP5-MySQLi version have to match in order for a connection to be possible? I'm currently receiving the error below: I am running BSD. "Fatal error: Uncaught exception 'PDOException' with message 'could not find driver'..."

                  这是连接信息:

                  $info = "mysql:dbname=myDB;host=localhost";
                  $user = "dbUser";
                  $pw = "somePW";
                  return(new PDO($info, $user, $pw));
                  

                  这是我的 MySQL 信息:

                  Here is my MySQL information:

                  mysql-server-5.5.24

                  mysql-server-5.5.24

                  php5-mysqli-5.4.3

                  php5-mysqli-5.4.3

                  推荐答案

                  PDO 使用特定于数据库的 驱动程序 连接到数据库系统.您似乎缺少连接到 MySQL 数据库所需的 pdo_mysql 驱动程序.pdo_mysql 手册页面上有一些关于安装驱动程序的详细信息,或者可能有一个 BSD 包可以使用(恐怕我对 BSD 不够熟悉,无法提供具体建议).

                  PDO uses database specific drivers to connect to database systems. It looks like you are missing the pdo_mysql driver that is required to connect to a MySQL database. There is some details on installing the driver on the pdo_mysql manual page, or there may be a BSD package that you can use (I am afraid I'm not familiar enough with BSD to offer specific advice).

                  这篇关于PHP PDO 异常:找不到驱动程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:致命错误:未捕获的异常 'Exception' 带有消息 下一篇:在 PHP 中使用 PDO 创建存储过程

                  相关文章

                  最新文章

                  <tfoot id='qmvJD'></tfoot>

                  <small id='qmvJD'></small><noframes id='qmvJD'>

                • <i id='qmvJD'><tr id='qmvJD'><dt id='qmvJD'><q id='qmvJD'><span id='qmvJD'><b id='qmvJD'><form id='qmvJD'><ins id='qmvJD'></ins><ul id='qmvJD'></ul><sub id='qmvJD'></sub></form><legend id='qmvJD'></legend><bdo id='qmvJD'><pre id='qmvJD'><center id='qmvJD'></center></pre></bdo></b><th id='qmvJD'></th></span></q></dt></tr></i><div id='qmvJD'><tfoot id='qmvJD'></tfoot><dl id='qmvJD'><fieldset id='qmvJD'></fieldset></dl></div>
                      <bdo id='qmvJD'></bdo><ul id='qmvJD'></ul>
                  1. <legend id='qmvJD'><style id='qmvJD'><dir id='qmvJD'><q id='qmvJD'></q></dir></style></legend>