PHP_連線postgresql

安裝postgrel extenstion

yum install php-pgsql -y

修改 /var/lib/pgsql/12/data/pg_hba.conf

host    all             all             10.60.87.0/24           md5

重啟服務

service postgresql-12 restart

修訂版本 #1
由 treeman 建立於 2022-11-18 11:08:22 CST
由 treeman 更新於 2023-05-05 02:14:59 CST