Comments on: Enhanced Password Management Systems in MySQL 8: Part 1 https://www.percona.com/blog/enhanced-password-management-systems-in-mysql-8-part-1/ Fri, 02 Feb 2024 23:35:50 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Pankaj Kumar https://www.percona.com/blog/enhanced-password-management-systems-in-mysql-8-part-1/#comment-10973333 Fri, 24 Sep 2021 06:18:17 +0000 https://www.percona.com/blog/?p=78231#comment-10973333 this is really insightful , this is core power of any DBMS should be implemented with caution.
thank you!!

]]>
By: wagnerbianchi https://www.percona.com/blog/enhanced-password-management-systems-in-mysql-8-part-1/#comment-10973332 Thu, 23 Sep 2021 12:48:01 +0000 https://www.percona.com/blog/?p=78231#comment-10973332 This is an interesting feature as the DBA can educate other database users to create new passwords without repeating the last ones and create a new habit. As shown on the blog, we can think of having even a prohibitive repetition for the previous X passwords already used, or even the same password cannot be adopted for some time.

One quick topic that I had on my mind while reading the blog was that, can the password generator somewhat interact with the Password Validation Plugin if it’s set up to generate passwords not only based on length (enerated_random_password_length)?

The mentioned plugin can give a password weak or strong, even given it more muscles based on how you validate a password. If we think that a password will be generated so that the plugin accepts it, user creation will be easier.

Making sense or not, this is what I got reading further the manual:

If the validate_password component is installed, the policy that it implements does not affect generated passwords. (The purpose of password validation is to help humans create better passwords.)

By the way, congrats, Sri!

]]>