-- users.txt

USE mysql;
SELECT Host, User, Password FROM user;

[your results may vary, but should be smilar to one of the following]

+-----------------------+------+----------+
| Host                  | User | Password |
+-----------------------+------+----------+
| localhost             | root |          |
| localhost.localdomain | root |          |
| localhost.localdomain |      |          |
| localhost             |      |          |
+-----------------------+------+----------+

+-----------+------+-------------------------------------------+
| Host      | User | Password                                  |
+-----------+------+-------------------------------------------+
| localhost | root |                                           |
| %         |      |                                           |
| localhost |      |                                           |
| %         | root | *7061CF44FC3B41250A50729BF6E66957D660306C |
+-----------+------+-------------------------------------------+