• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Lost ADMIN password

R

Rookie

Guest
Can anyone tell me how to retreve my ADMIN password... How can I get in to the ADMIN area to change, reset it or retreve it? I have root access ... Can anyone help :( pleeeees

Thanks
 
You should run mysql console with the following command:
mysql -usb_user -psb_password sitebuilder.

Then please run thise query.
update sb_users set pswd=PASSWORD('new_password') where id=1
 
Back
Top