Re: Trouble with Grant command

2001-06-29 Thread Gerald Clark
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

Trouble with Grant command

2001-06-29 Thread Julia A. Case
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.