Database lookup

ewoweof

Lurker
Member
Joined
Threads
3
Posts
4
Hi there,
I'm having some issues with a test database I'm trying to break into. I have already inserted a hidden user with admin privileges to try dumping the tables but got some fight with the default admin. Anyone knows how can I revoke the privileges from the original admin?
 
  • E
    Created
  • Last reply
  • 1
    Replies
  • 833
    Views
  • 2
    Participants
  • Participants list
how much access do you have? can you do this query?
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'username'@'host';
that's for mysql but it will depend on which database manager you are using