Re: MySQL allowing anonymous logins over SSH
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 ;)
Subject
Views
Written By
Posted
3821
December 19, 2013 02:05PM
1831
December 20, 2013 10:53AM
Re: MySQL allowing anonymous logins over SSH
1577
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.