View Single Post
  #3  
Old 04-26-2004, 10:17 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Re: Quick MySQL Command Question

Quote:
Originally Posted by GreatSageCorban
I'm trying to figure out how to check MySQL permissions on different users. (self made, root, ect. ect.) What's the command to check permissions, and/or delete an additional username. Thanks.
Here is a good introduction to mysql permissions:

http://www.databasejournal.com/featu...le.php/3311731

type 'use mysql' before issuing the example commands that they give in that article.
Reply With Quote