Jump to content
  • 0

Password Change


Question

2 answers to this question

Recommended Posts

  • 0
Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...