View User Permissions

    select user, host from mysql.user;
    SHOW GRANTS FOR 'newuser';
    SHOW GRANTS FOR 'newuser'@'192.168.1.5';