• 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

Reset admin password

S

Sanderk

Guest
Does anyone know how to reset the admin username and password?
 
reset password

You can login into mysql database and execute the following command to update root password:

update sitebuilder.sb_users set pswd=password('new_password') where login ='root';

Thanks to SW-Soft for providing this answer to me a while back.
 
Thank's for your help, now i have to figure out the mysql database password.....
 
So Sanderk, Any luck in figuring out the Mysql logon??

Its seems the installation of Sitebuilder. Changed the mysql root logon or created a new one.

I only get a database error logon at this point and cant get into mysql?

Thanks in advance.
 
We also have come across this issue. Anyone know how to reset the mysql pass?
 
I don't have that table, can someone please give me the SQL for sitebuilder?
 
Hey I'm still getting a "database error" in the login page. How do I get a list of databases on my plesk server? I want to delete the SB one and create a new one to maybe get rid of the error... I can wait, i'm probably going to really screw this up!

O
 
Back
Top