#!/bin/sh
mysql -e "SELECT user, host from mysql.user;"
