Skip to main content

cpanel restoration error

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey there! This often happens because of the validate password plugin being enabled in MySQL. Can you try running this from Bash to see if that changes the behavior? mysql -e "uninstall plugin validate_password;"
    0
  • Wil Hatfield
    Hey there! This often happens because of the validate password plugin being enabled in MySQL. Can you try running this from Bash to see if that changes the behavior? mysql -e "uninstall plugin validate_password;"

    I'm seeing this same thing on a restore. I ran your command and it says that validate_password does not exist. What's your next guess?
    0
  • cPRex Jurassic Moderator
    Does running this command give any output other than 1? mysql -e "SELECT User FROM mysql.user WHERE Plugin = 'caching_sha2_password'" | wc -l If you have that plugin enabled it could cause issues with cPanel and lead to that error.
    0

Please sign in to leave a comment.