MySQL Forums
Forum List  »  Security

Re: MySQL allowing anonymous logins over SSH
Posted by: Mark Knecht
Date: December 20, 2013 10:53AM

So I found that I could do a

DROP USER ""@localhost;

and I got rid of that user but unless I am doing something wrong so far I cannot get rid of the anonymous@c2RAID6 user.

mysql> SELECT host,user,password FROM mysql.user;
+-----------+------+-------------------------------------------+
| host | user | password |
+-----------+------+-------------------------------------------+
| localhost | root | *A294441C38B03BE12E32771ADDF7976B0DDB8164 |
| c2RAID6 | root | *A294441C38B03BE12E32771ADDF7976B0DDB8164 |
| 127.0.0.1 | root | *A294441C38B03BE12E32771ADDF7976B0DDB8164 |
| c2RAID6 | | |
| localhost | mark | *E8F1FB8D711EFE40BEE77B5E9EC940D7C1740E15 |
+-----------+------+-------------------------------------------+
5 rows in set (0.00 sec)

mysql>

Options: ReplyQuote


Subject
Views
Written By
Posted
3626
December 19, 2013 02:05PM
Re: MySQL allowing anonymous logins over SSH
1706
December 20, 2013 10:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.