|
Hi, You have to connect you
with a different user. The user “root” is not allowed to create db
with postgresql. Try to connect you with
the user “postgres” whether he exists. In order to connect you
in super user do: su postgres and then createdb demo_plugins Before you have to check if the superuser postgres is created : cat
/etc/passwd | grep postgres , you can create it by the command : useradd -g
postgres -d /var/lib/postgresql postgres You can after check the list of user in postgresql by the command :
psql
template1 -c "SELECT * from pg_user" Regards, Mathieu The following command $
createdb demo_plugins , is not yet . Les donnees et renseignements contenus dans ce message sont personnels,
confidentiels et privés.Toute publication, utilisation ou diffusion, meme
partielle, doit etre autorisee. Any data and information contained in this electronic mail is personal,
confidential and private. Any total or partial publication, use or distribution
must be authorized. -- Ce message a ete verifie par MailScanner pour des virus ou des polluriels et rien de suspect n'a ete trouve. |
_______________________________________________ Cartoweb-users mailing list [email protected] http://lists.maptools.org/mailman/listinfo/cartoweb-users
