flush privileges.

Julia A. Case wrote:

> When I create a database for a customer I normally just use the following command
> 
> grant all on database.* to user;
> 
> And this works fine...  But one customer on one of his databases can't use the alter 
> command...  So I went in and did a "grant alter on database.* to user" and that 
> didn't fix it...  I did a select on the db table and the user has the alter_priv bit 
> set...
> 
> I'm using 3.23.32 on this server, any help would be appreciated.
> 
> Julia


-- 
Gerald L. Clark
[EMAIL PROTECTED]


---------------------------------------------------------------------
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