how to see user in mysql shell code example
Example 1: see all users mysql
mysql> select host, user, password from mysql.user;
Example 2: how to check username in mysql command line
SELECT User, Host FROM mysql.user;
mysql> select host, user, password from mysql.user;
SELECT User, Host FROM mysql.user;