Re: Bugtraq: Having Fun With PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bugtraq: Having Fun With PostgreSQL
Дата
Msg-id 18966.1182700509@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bugtraq: Having Fun With PostgreSQL  (Steve Atkins <steve@blighty.com>)
Ответы Re: Bugtraq: Having Fun With PostgreSQL  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Steve Atkins <steve@blighty.com> writes:
> On Jun 23, 2007, at 11:03 AM, Magnus Hagander wrote:
>> Out of curiosity, how do other databases deal with this?

> MySQL installs with an empty root password for access from
> localhost or the machines own IP address. It also installs an
> account with network access to any database beginning with
> "test" and possibly some more ill-defined accounts with local
> access.

FWIW, on mysql 5.0.42 I see only "root@localhost" and "root@127.0.0.1"
in a fresh-out-of-the-box installation; not sure where you got these
other accounts, maybe a distro-specific modification?

But the bottom line is that mysql's out-of-the-box behavior is
*exactly* like our trust-for-local-connections behavior.  Anyone
on the box can do "mysql -u root ..." and the server will accept
them as being superuser (they don't even have to know to enter an
empty password, in my experience).
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Winner of naming discussions: Synchronous Commit
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Bugtraq: Having Fun With PostgreSQL