gpt4 book ai didi

php - 在 Laravel PHP 框架中找不到 PGSQL 驱动程序

转载 作者:可可西里 更新时间:2023-11-01 00:06:10 28 4
gpt4 key购买 nike

您好,我在 CentOS 6.3 上使用 Laravel PHP 框架。我安装了 PostgreSQL 9.1,以及 PDO 和 PDO-PGSQL。在 application/config/database.php 下,我将 Laravel 设置为使用 PostgreSQL:

'default' => 'pgsql',


'connections' => array(

'pgsql' => array(
'driver' => 'pgsql',
'host' => 'localhost',
'database' => 'dbname',
'username' => 'username',
'password' => 'shhhpass',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
),
),

但是,访问任何页面都会出现错误:

Message:

could not find driver
Location:

/home/dev/public_html/laravel/database/connectors/postgres.php on line 37

有什么想法吗?谢谢!

最佳答案

在您的终端上运行 sudo apt-get install php5-pgsql

换句话说,安装适用于 PHP 的 PostgreSQL 驱动程序。

关于php - 在 Laravel PHP 框架中找不到 PGSQL 驱动程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12396993/

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