Questions tagged [phppgadmin]
17 questions
16
votes
4 answers
PHPPgAdmin not working in Ubuntu 14.04
After a fresh install of Ubuntu 14.04, I've installed postgresql and phppgadmin from the Ubuntu repos. I am using the Apache2 webserver. PHP is working fine in the webserver, as is PHPMyAdmin, but PHPPgAdmin is not working. When I try to access it…
Adam
- 524
- 2
- 5
- 19
13
votes
3 answers
How to install pgAdmin 4 in server mode on Ubuntu 16.04
How to install pgAdmin 4 on Ubuntu 16.04 ? Lack of information on homepage.
https://www.pgadmin.org/
https://www.postgresql.org/ftp/pgadmin3/pgadmin4/
Jiří Doubravský
- 1,877
- 5
- 23
- 34
4
votes
1 answer
Pgadmin couldn't connect to PostgreSQL
installed pgadmin3 from ubuntu store
Server doesn't listen
The server doesn't accept connections: the connection library reports
could not connect to server: Connection refused Is the server running on host "my ip" and accepting TCP/IP connections…
Lynob
- 6,615
- 16
- 76
- 108
4
votes
2 answers
Install Phppgadmin without apache
I'm trying to setup a nginx+postgresql testing server,but when i try to install phppgadmin it tries to install apache2, I don't want to install apache2, is there a way to install it without apache?
Chris Gomez
- 151
- 1
- 5
3
votes
3 answers
phpinfo() showing blank page on ubuntu18.04
I installed phppgadmin using this tutorial. How to Install PostgreSQL and phpPgAdmin on Ubuntu 18.04
The index.html file is showing fine that comes already installed.
But when I made a php file to display phpinfo();, it shows blank page.
This is…
XCeptable
- 153
- 3
- 10
2
votes
1 answer
Error while installing phpmyadmin package in ubuntu 14.04
root@anonymous-20-a213l:~# apt-get -y install phpmyadmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible…
Shebeer Ahammed
- 21
- 2
1
vote
1 answer
How to enable pgsql in PHP-FPM from a bash script for phpPgAdmin
I'm new to Linux and I have run across a problem that I cannot seem to solve.
Running Ubuntu 14.04.5 LTS Trusty
I'm working on a Vagrant file to spin up a new fresh dev environment as whenever we need one. I'm having a problem with phpPgAdmin: It…
Jack Pilowsky
- 111
- 1
- 2
1
vote
1 answer
Why i am getting empty folder of adminer after install
My etc/adminer/ folder is empty after installing adminer using command sudo apt-get install adminer. And it is not accessible in url localhost/adminer.
I am using ubuntu 17.04 and adminer 4.2.5
sumitroy
- 165
- 2
- 5
1
vote
0 answers
Installing phppgadmin 403 forbidden
I've been trying to install phppgadmin on a virtual server. The server runs Ubuntu 16.04. I've followed this tutorial exactly as instructed, but I get a 404 error.
After a lot of googling I noticed there was no phppgadmin directory in my…
user111707
- 21
- 1
- 6
1
vote
1 answer
Phppgadmin does not work on Ubuntu 16.04 LTS
When I ran localhost/phppgadmin I've got the following message:
printHeader('', null, true); $rtl = (strcasecmp($lang['applangdir'], 'rtl') == 0); $cols = $rtl ? '*,'.$conf['left_width'] : $conf['left_width'].',*'; $mainframe = '' ?>…
mavguimaraes
- 11
- 3
1
vote
2 answers
Can phppgadmin access a website database?
I've a database with credentials which is my website's database.
Is there a way from my local machine to access this database using IP, User and Password?
Using Ubuntu 18.04, phppgadmin and PostgreSQL.
Thanks.
dl3c01n
- 21
- 3
0
votes
1 answer
Pgadmin environment for single user
if I want to connect to POSTGRESQL db with a Linux user that I've created, let's say "Joe", should I locate pgadmin folder within python environment under Joe's folder?
glc78
- 481
- 2
- 6
- 13
0
votes
0 answers
Ubuntu 16.04 VPS phppgadmin 404 not found
I'm trying to set up phppgadmin on my virtual private server so that I can access it remotely. I've followed all of the steps in this tutorial, but when I go to http://localhost/phppgadmin, I get a "404 Not Found" error. Can anyone help me? I'm not…
user111707
- 21
- 1
- 6
0
votes
1 answer
How to access Ubuntu var/www using nginx server
I have problem here. I want to try access through browser and use http://localhost/phppgadmin to access phppgadmin but the result of that is:
502 Bad Gateway
nginx
I sure phppgadmin is exist in var/www. How to fix it?
Mr. Mike
- 121
- 1
- 4
0
votes
1 answer
pgadmin4 1.3 install Error loading script - /sqleditor/sqleditor
I had pgadmin4 v1.0, then I updated it without any problem to v1.1 and then v1.2.
After v1.3 was released I tried to do the update to v1.3. I followed the same steps as I did before. (Similar to How to install pgAdmin 4 in desktop mode on Ubuntu…
Antoine Dusséaux
- 181
- 7