Re: Drop database restriction
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
Subject
Views
Written By
Posted
1273
August 10, 2018 03:28AM
Re: Drop database restriction
439
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.