On Mon, Jul 14, 2003 at 03:14:33PM +0200, Sergei Golubchik wrote:
...
> You could've noticed that it tries to access different database. You
> granted access to 'myFineDb', but you weren't able to access 'myfinedb'.
> 
> So, it's case sensitivity issue. On Debian everything is ok, of course,
> on Mac OS X MySQL converts all table/db names to lowercase, as
> file names there are case-insensitive.
> 
> The bug was that table name was not converted to lowercase in the GRANT
> command (check SHOW GRANTS, for example).


Thank you, very much, that was it. - It always seems easy afterwards,
but it was more difficult when faced with the problem
(I guess I am not the onliest one in this respect.)

> 
> Please, upgrade to the recent stable version - 4.0.x - it does not have
> this bug.
> ...

At present I will stick to the stable debian/fink pkgs,
but they will go on to 4.x one day, too.

Andreas

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to