Re: FATAL 1: Database dbname=template1 does not exist in pg_database
Carsten Huettl <chuettl@ahorn-net.de>
From: Carsten Huettl <chuettl@ahorn-Net.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Liste General <pgsql-general@postgresql.org>
Date: 2000-06-27T11:50:06Z
Lists: pgsql-general, pgsql-novice
Tom Lane schrieb: > Read it again: the error message is complaining because you tried to > access a database named "dbname=template1". Better check the syntax > on the connection subroutine you are using --- looks like a confusion > between positional parameters and keyword-style connect strings... In the meantime I figured out, was was going wrong with my postgresql installation. I made a big mistake configuring the config.inc.php3 file There I had wrong entries for user and stduser. After correcting this phpPGadmin work quite well. C.