Mai Posted April 16, 2017 Posted April 16, 2017 How can I change the password for cpanel and myphpadmin? Quote
0 Cyro Posted April 16, 2017 Posted April 16, 2017 1 minute ago, Mai said: How can I change the password for cpanel and myphpadmin? Log into cPanel. Click the "Password & Security" button in the Preferences section. You will then be able to change your password by filling in the fields, and clicking the Change your password now! button. Be sure to use a strong password. login to phpmyadmin click change password or login to ssh run this commands mysql -u root -p enter your old password use mysql; it will take your to mysql> the run this commands update user set password=PASSWORD("newpass") where User='ENTER-USER-NAME-HERE'; flush privileges; dont forget to update your mysql passwords in fluxcp and server files 1 Quote
Question
Mai
How can I change the password for cpanel and myphpadmin?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.