DBサーバー:PostgreSQL
インストール
リポジトリ登録
# wget https://download.postgresql.org/pub/repos/yum/9.X/redhat/rhel-7-x86_64/pgdg-centos96-9.X.noarch.rpm
# yum install pgdg-centos9X-9.X.noarch.rpm -y
PostgreSQLインストール
yum install postgresql9X-server -y
設定
PHPからのモジュール読み込み
※php.ini
;extension=php_pgsql.dll
↓
extension=php_pgsql.dll
データベース操作
PostgreSQL バックアップ/リストアPostgreSQL コマンド