Salve,
siccome ho installato Windows XP su una partizione FAT32 non riuscivo ad installare correttamente PostgreSQL.
Quando ho avviato l'installazione però nella 5a finesta ho tolto la spunta da "Install as a service" ed è partita.
Ho letto nelle guide ufficiali che si deve lanciare initdb.exe per inizializzare un database. Io tramite DOS ho scritto:
initdb PostgreSQL
La procedura è partita. Adesso però se voglio far partire il database server col comando postgres -D PostgreSQL mi dice:
"Execution of PostgreSQL by a user with administrative permissions is not
permitted.
The server must be started under an unprivileged user ID to prevent
possible system security compromises. See the documentation for
more information on how to properly start the server."![]()
COSA DEVO FARE??? Dovrei creare un nuovo account e loggarmi con quello?![]()
GRAZIE