MySQL Forums
Forum List  »  Security

Re: MySQL allowing anonymous logins over SSH
Posted by: Georgi Kodinov
Date: February 07, 2014 09:32AM

Yes, in order to drop the anoymous user on the c2RAID6 host you'll need to issue the following command :

drop user ""@c2RAID6;


Generally mysql considers user accounts to have composite names : foo@localhost is a user account different from foo@c2RAID6.

I suggest you read more about that in http://dev.mysql.com/doc/refman/5.6/en/account-names.html or in the book you've got ;)

Options: ReplyQuote


Subject
Views
Written By
Posted
3626
December 19, 2013 02:05PM
Re: MySQL allowing anonymous logins over SSH
1483
February 07, 2014 09:32AM


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.