-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Getting odd results with a MariaDB database. Some accounts are flagged as having no password, when in reality ALL of them do.
[!!] User 'xxxxxxxxxxxxxx@localhost' has no password set.
[!!] User 'yyyyyyyyyyyyyy@localhost' has no password set.
[!!] User 'mysql.sys@localhost' has no password set.
[!!] User 'root@localhost' has no password set.
[!!] User 'roundcubedb@localhost' has no password set.
$: mysql -e "SELECT User,Password,Host,authentication_string,account_locked FROM mysql.user;"
+------------------+-------------------------------------------+-----------+-----------------------+----------------+
| User | Password | Host | authentication_string | account_locked |
+------------------+-------------------------------------------+-----------+-----------------------+----------------+
| root | *10A70C84--------------------3C06BF639541 | localhost | | N |
| mysql.sys | *THISISNOTAVALIDPASSWORDTHATCANBEUSEDHERE | localhost | | Y |
| debian-sys-maint | *F7D1D195----------------------527B55B421 | localhost | | N |
| roundcubedb | *FE4A05113E4CA2F-------------------F7DBE2 | localhost | | N |
| wwwwwwwwwwwwwwww | *A8D56850--------------------ECBF06E18A45 | localhost | | N |
| yyyyyyyyyyyyyy | *CE13249304----------------AC336872349866 | localhost | | N |
| xxxxxxxxxxxxxx | *5A7259BBA-----------------658762504ADE6E | localhost | | N |
| zzzzzzzzzz | *84C------------------------------184DE85 | localhost | | N |
| UUUUUUUUUUUUU | *99FA75---------------------------5734658 | localhost | | N |
| VVVVVVVVVVVVVV | *0A1444--------------------84DF64DC404C51 | localhost | | N |
| TTTTTTTTT | *46C993--------------------D6CA74B059AA09 | localhost | | N |
+------------------+-------------------------------------------+-----------+-----------------------+----------------+