On 12/9/02 13:03, "philipp ringli" <[EMAIL PROTECTED]> wrote:

> hi all,
> 
> i am running OS X 10.2 and
> this version of mysql:
> 
> mysql> status
> --------------
> ./bin/mysql  Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc)

[...]

> my problem is the following:
> 
> let's say i want to add the following user (just as a test):
> 
> mysql> grant all
>   -> on *
>   -> to test
>   -> with grant option;
> 
> i do that and then i do a
> mysql> use mysql;
> mysql> SELECT * FROM user;
> 
> the thing is, that all the permissions are still set to 'N'!! it won't
> accept the grant arguments. also after a mysqladmin reload!
> i also have phpMyAdmin 2.3.0 installed and if i change the user's
> permissions in there, it accepts them. then also the terminal will list them
> properly.
> 
> why is this happening?

Just a guess (I haven't installed it yet) but I'm guessing it's probably a
10.2 problem.

HTH,

Regards,

Phil.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to