Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Databases»MySQL»How to Remove MySQL Validate Password Plugin

    How to Remove MySQL Validate Password Plugin

    By RahulSeptember 15, 20181 Min Read

    The latest MySQL servers come with a validate password plugin. This plugin configures a password policy to make server MySQL more secure.

    Advertisement

    While changing the password, I got the error: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    Remove MySQL Validate Password Plugin

    In this option, you can simply uninstall the validate_password plugin from your MySQL server. Login to the MySQL command prompt as root user and run the following command on command prompt.

    1
    2
    3
    mysql> uninstall plugin validate_password;
     
    Query OK, 0 rows affected (0.05 sec)

    If you don’t need to uninstall the plugin, then simply change the password policy of MySQL.

    MySQL password Policy
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    Securing MySQL Database with Limited User Permissions

    How to Install LAMP Stack on RHEL & CentOS Stream 9

    (Resolved) MySQL connection error: certificate verify failed

    View 2 Comments

    2 Comments

    1. Yannick Mussche on January 28, 2022 4:01 pm

      ERROR 1305 (42000): PLUGIN validate_password does not exist

      Reply
    2. CP on September 15, 2019 10:42 pm

      Thanks!

      Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to List Manually Installed Packages in Ubuntu & Debian
    • 10 Bash Tricks Every Developer Should Know
    • How to Validate Email Address in JavaScript
    • Firewalld: Common Firewall Rules and Commands
    • 12 Apk Commands in Alpine Linux Package Management
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.