MySQL Forums
Forum List  »  Newbie

Re: My SQL user credentials encryption
Posted by: Phillip Ward
Date: July 04, 2023 08:33AM

The MySQL equivalent is to use a securely protected (if not actually encrypted) "Defaults File" and to pass the path to this file on the command-line to mysql (and the other MySQL utilities).

This section of the manual gives MySQL's Best Practice solution.
https://dev.mysql.com/doc/refman/8.0/en/password-security-user.html

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: My SQL user credentials encryption
July 04, 2023 08:33AM


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.