How to run postgresql 10.1 on ubuntu 17.10
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
i have postgresql v10.1 running on ubuntu 17.10, apache2,
i have configured user and database but i can't access via localhost/postgresql. error 404 not found
I followed the french doc for postgresql here :
https://doc.ubuntu-fr.org/postgresql
The only thing i didn't find to do is configure root password.
Any idea ?
postgresql ubuntu-mate
add a comment |Â
up vote
0
down vote
favorite
i have postgresql v10.1 running on ubuntu 17.10, apache2,
i have configured user and database but i can't access via localhost/postgresql. error 404 not found
I followed the french doc for postgresql here :
https://doc.ubuntu-fr.org/postgresql
The only thing i didn't find to do is configure root password.
Any idea ?
postgresql ubuntu-mate
sudo su postgres -c psql
â Jasen
Apr 1 at 8:07
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
i have postgresql v10.1 running on ubuntu 17.10, apache2,
i have configured user and database but i can't access via localhost/postgresql. error 404 not found
I followed the french doc for postgresql here :
https://doc.ubuntu-fr.org/postgresql
The only thing i didn't find to do is configure root password.
Any idea ?
postgresql ubuntu-mate
i have postgresql v10.1 running on ubuntu 17.10, apache2,
i have configured user and database but i can't access via localhost/postgresql. error 404 not found
I followed the french doc for postgresql here :
https://doc.ubuntu-fr.org/postgresql
The only thing i didn't find to do is configure root password.
Any idea ?
postgresql ubuntu-mate
asked Apr 1 at 0:23
Gy0m
814
814
sudo su postgres -c psql
â Jasen
Apr 1 at 8:07
add a comment |Â
sudo su postgres -c psql
â Jasen
Apr 1 at 8:07
sudo su postgres -c psql
â Jasen
Apr 1 at 8:07
sudo su postgres -c psql
â Jasen
Apr 1 at 8:07
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f434763%2fhow-to-run-postgresql-10-1-on-ubuntu-17-10%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
sudo su postgres -c psql
â Jasen
Apr 1 at 8:07