On 12/15/11 8:57 AM, Wade Preston Shearer wrote: > I created a database and then granted an existing user permissions > use to use that database. I then dropped the database. Then, I tried > to revoke the permissions that I had granted. I received an error > that there was no such grant. Is that because dropping a database > also cleans up any permissions associated with that database?
I'm not sure, but you can verify it by running a "SELECT * FROM Db WHERE Db='your_database_name'". If it's still there, then delete that row and then run "FLUSH PRIVILEGES". Steve _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
