Mega Code Archive

 
Categories / MySQL / User Permission
 

Execute a SELECT statement similar to the following to view how that user is listed in the user table

SELECT Host, User, Select_priv, Process_priv, ssl_type, max_updates FROM user WHERE User='user1';