 |
MySQL :: MySQL 5.5 Reference Manual :: 2.10.2 Securing the Initial MySQL Accounts
To display which accounts exist in the mysql.user table and check whether their passwords are empty, use the following statement: mysql> SELECT User, Host, Password FROM mysql.user; +-----+ + + | User | Host ...
dev.mysql.com |
 |