Mega Code Archive

 
Categories / MySQL / User Permission
 

How an account would be added to the user table

SELECT host, user, select_priv, update_priv FROM user WHERE user='user1';