User Permission MySQL

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