HOW? pre-4.1-style MySQL passwords: cphulkd roundcube
I tried to upgrade MySQL to 5.6 but WHM shows:
The following users use pre-4.1-style MySQL passwords: cphulkd roundcube munin userxxx1 userxxx2 userxxx3 userxxx4
I have no problem updating userxxxX passwords (simply go to cPanel and update user password).
But how do I update the MySQL passwords of cphulkd roundcube and munin?
-
mysql -u root -p use mysql; update user set password=PASSWORD('your_new_password') where User='username'; flush privileges; 0 -
Thanks. I logged in to WHM and update the MySQL root password from there. It does the trick. 0 -
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.
Comments
3 comments