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