list mysql users and their privileges code example Example: see all users mysql mysql> select host, user, password from mysql.user;