如何在kali / fedodra中使用postgresql?我尝试过这样做,但php没有连接到postgresql。我甚至更改了php.ini文件并启用了扩展。但仍然无法奏效。任何人都可以告诉我完成所有必要安装的完整过程并使用postgresql运行我的php代码。
答案 0 :(得分:0)
除了php-pgsql
包之外,您还需要在Fedora中安装postgresql-server
。
假设您已经配置了PHP和Apache:
$ sudo dnf install postgresql-server
$ sudo dnf install php-pgsql
在使用postgresql-server
之前,您可能需要运行以下命令$ sudo /usr/bin/postgresql-setup --initdb