I have installed mydbr and after a long time using admin panel and i forgot my admin username and password to login into mydbr on my server.
How to get this info. i have tried it from mydbr_userlogin table. but same error "Check the username/password".
how to fetch my admin password ?
(2 posts) (2 voices)-
-
You can reset your password by using following SQL command:
update mydbr_userlogin
set password = md5('mypassword')
where user = 'myusername';
--
myDBR Team
Reply
You must log in to post.