MySQL Forums
Forum List  »  Security

Re: Question: how to hash passwords for admin scripts
Posted by: John Embretsen
Date: February 06, 2013 03:26AM

You can check if the new mysql_config_editor feature in MySQL 5.6 will help in your situation. With it you can store the password in an "encrypted" file with appropriate (limited) permissions.

Docs: http://dev.mysql.com/doc/refman/5.6/en/mysql-config-editor.html
More info: http://mysqlblog.fivefarmers.com/2012/08/16/understanding-mysql_config_editors-security-aspects/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Question: how to hash passwords for admin scripts
1545
February 06, 2013 03:26AM


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.