MySQL Forums
Forum List  »  Newbie

Re: How to enable -cleartext-plugin
Posted by: Udara Arachhi
Date: July 16, 2015 05:32AM

Hi Peter

In mysql documentation it mention.
"As of MySQL 5.5.10, a client-side authentication plugin is available that sends the password to the server without hashing or encryption"



mysql --user=antonio --password=verysecret --enable-cleartext-plugin mydb

so once I enter loging details as above,after creating user in server as well as mysql database.Error message generate as below

mysql: unknown option '--enable-cleartext-plugin'

Pls advise to sort this.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Re: How to enable -cleartext-plugin
July 16, 2015 05: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.