PostgreSQL (Ubuntu)

Aus Tutorials
Zur Navigation springen Zur Suche springen

Noch in Bearbeitung


Installation

sudo apt-get install postgresql postgresql-client 

Konfiguration

Admin-Passwort einrichten

sudo -u postgres psql
\password postgres  
\q

Links

https://wiki.ubuntuusers.de/PostgreSQL/


Zurück zu Ubuntu