MySQL Forums
Forum List  »  Newbie

Re: Revoke privileges from user issue!
Posted by: Scott Pichelman
Date: August 02, 2011 12:21PM

Hi again-

Correct - but when I use:

show grants for the user in the SQL Command line...
( I have revoked all privileges in the SQL Admin GUI - moved assigned to available )

It shows that the user still has access?
How can that be?

I ran these commands:

REVOKE ALL PRIVILEGES on *.* FROM tempaccess@"%";

REVOKE INSERT,UPDATE,DELETE ON *.* FROM tempaccess@'%';

Options: ReplyQuote




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.