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.