• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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