php-db | 2001072
Date: 07/17/01
- Next message: chris <email protected>: "[PHP-DB] Probably a stupid home server question ........"
- Previous message: graycloud: "[PHP-DB] A question about MSSQL! Help!!"
- In reply to: Alexey Borzov: "Re: [PHP-DB] password"
- Next in thread: Alexey Borzov: "Re[2]: [PHP-DB] password"
- Reply: Alexey Borzov: "Re[2]: [PHP-DB] password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks Alexey,
I have set the passwd for the root user,but now how do i set
the passwd for other users.
Another Q ,Can I have a passwd for each table created
-Thanks
Sharmad
On Tue, Jul 17, 2001 at 11:10:31AM +0400, Alexey Borzov wrote:
> Greetings, Sharmad!
>
> At 17.07.2001, 08:27, you wrote:
>
> SN> Hi,
> SN> Can anyone tell me how to protect my database or else how can i set my password in postgres for every database.
> Can you be more specific?
> If your problem is that anyone can connect to any DB on local box
> (which is the default setup), then you need to edit pg_hba.conf
> This file resides in the root of your DB data dir. You should seek
> the lines which read like these:
> ---------------------
> local all trust
> host all 127.0.0.1 255.255.255.255 trust
> ---------------------
> and change 'trust' to 'password'.
> Well, I hope I understood your question correctly...
>
> --
> Yours, Alexey V. Borzov, Webmaster of RDW.ru
>
-- Donot rely on the Operating System which don't have any sources for. -Seen somewhere on the Net __ _ _ _ _ |_|_||_||_||\/||_|| \ _|| || || \| || ||_/-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: chris <email protected>: "[PHP-DB] Probably a stupid home server question ........"
- Previous message: graycloud: "[PHP-DB] A question about MSSQL! Help!!"
- In reply to: Alexey Borzov: "Re: [PHP-DB] password"
- Next in thread: Alexey Borzov: "Re[2]: [PHP-DB] password"
- Reply: Alexey Borzov: "Re[2]: [PHP-DB] password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

