MySQL & jdbc

Tom Samplonius tom at sdf.com
Tue May 13 01:08:20 PDT 2003


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



More information about the freebsd-database mailing list