Users on your MySQL server

Submitted by hpn on May 4, 2006 - 17:57
Notes
So what do you do when you want to know all user names created on your mysql server? mysql> select distinct User from mysql.user