Skip to main content

HOW? pre-4.1-style MySQL passwords: cphulkd roundcube

Comments

3 comments

  • dalem
    mysql -u root -p use mysql; update user set password=PASSWORD('your_new_password') where User='username'; flush privileges;
    0
  • SuperBaby
    Thanks. I logged in to WHM and update the MySQL root password from there. It does the trick.
    0
  • cPanelMichael
    Hello :) I'm happy to see you were able to resolve the issue. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.