MySQL Forums
Forum List  »  Newbie

Re: How to prevent data deletion from MySQL table
Posted by: Karl Hemmings
Date: September 22, 2015 03:27PM

Thanks for your detailed reply Peter.

So for example, I could run the following command to Revoke DELETE privilege on a table?

REVOKE DELETE ON table1 FROM 'smithj'@'localhost';

Options: ReplyQuote


Subject
Written By
Posted
Re: How to prevent data deletion from MySQL table
September 22, 2015 03:27PM


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.