Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2003 23:26:21 -0700 (PDT)
From:      Tom Samplonius <tom@sdf.com>
To:        Anselme <anselme@netcourrier.com>
Cc:        freebsd-database <freebsd-database@freebsd.org>
Subject:   Re: MySQL & jdbc
Message-ID:  <Pine.BSF.4.05.10305122324510.2996-100000@misery.sdf.com>
In-Reply-To: <1052812518.268.12.camel@Toto.dippgw.homedns.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 13 May 2003, Anselme wrote:

> In MySQL, everything is allright :
> 
> mysql> select host, user, password from user where user='anselme' ;
> +-----------+-----------+------------------+
> | host      | user      | password         |
> +-----------+-----------+------------------+
> | localhost | anselme   | 656b45b307f18ae4 |
> +-----------+-----------+------------------+
> 1 row in set (0.00 sec)
...

  And "user" isn't the only access table.  There is a table for hosts, and
as well as databases.  The MySQL permissions system is very complicated.

Tom



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10305122324510.2996-100000>