Mai Posted April 16, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 02/28/12 Last Seen: September 2, 2017 Share Posted April 16, 2017 How can I change the password for cpanel and myphpadmin? Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted April 16, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Mai Posted April 16, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 02/28/12 Last Seen: September 2, 2017 Author Share Posted April 16, 2017 Thanks for the response! Quote Link to comment Share on other sites More sharing options...
Question
Mai
How can I change the password for cpanel and myphpadmin?
Link to comment
Share on other sites
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.