“Zainstaluj PSQL” Kod odpowiedzi

Zainstaluj PSQL

sudo apt-get install postgresql postgresql-contrib
Said HR

Jak zainstalować PostgreSQL

# updates the mirrors
sudo apt update

# installs postgresql and some additional utilities and functionalities
sudo apt install postgresql postgresql-contrib

# starts installed postgresql service
sudo systemctl start postgresql.service

# installation creates default user postgres with below you can connect with postgres user
sudo -i -u postgres

# type psql to access postgresql prompt
psql

# postgresql installation completed
Tayco

Jak zainstalować PSQL Linux

#how to instal psql linux
sudo apt-get install postgresql

Zainstaluj PostgreSQL

yum install postgresql-server postgresql-contrib -y
postgresql-setup initdb
systemctl enable postgresql 
sudo systemctl start postgresql
systemctl status postgresql
Glamorous Giraffe

Odpowiedzi podobne do “Zainstaluj PSQL”

Pytania podobne do “Zainstaluj PSQL”

Więcej pokrewnych odpowiedzi na “Zainstaluj PSQL” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu