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