MySQL Forums
Forum List  »  Security

Re: Drop database restriction
Posted by: Georgi Kodinov
Date: February 02, 2019 06:54AM

Priya,

"GRANT DROP on foo.*" is a database level privilege in MySQL.
Unfortunately there's currently no way to grant DROP TABLE privileges in just for the objects in a particular database.
What you can do as a workaround is grant DROP for all of the individual tables in your database instead.

Please feel free to file a feature request bug about this on bugs.mysql.com.

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
1149
August 10, 2018 03:28AM
Re: Drop database restriction
386
February 02, 2019 06:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.