“Installez PostgreSQL 10 Centos 7” Réponses codées

installer postgresql centos 5

# centos 5 32bit
rpm -Uvh http://yum.postgresql.org/9.1/redhat/rhel-5-i386/pgdg-centos91-9.1-4.noarch.rpm
yum install postgresql91-server
/etc/init.d/postgresql-9.1 initdb
service postgresql-9.1 start
chkconfig postgresql-9.1 on
Wide-eyed Walrus

Installez PostgreSQL 10 Centos 7

# yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm -y
Quaint Quail

Installez PostgreSQL 10 Centos 7

# yum install postgresql10 postgresql10-server postgresql10-contrib postgresql10-libs -y
Quaint Quail

Installez PostgreSQL 10 Centos 7

# /usr/pgsql-10/bin/postgresql-10-setup initdb
Initializing database ... OK 
Quaint Quail

Réponses similaires à “Installez PostgreSQL 10 Centos 7”

Questions similaires à “Installez PostgreSQL 10 Centos 7”

Plus de réponses similaires à “Installez PostgreSQL 10 Centos 7” dans Sql

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code