Jump to content
  • 0

Password Change


Mai

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

How can I change the password for cpanel and myphpadmin?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

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

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

Thanks for the response!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...