Forgot my admin password of my site! Help!!

Discussion in 'PHP' started by createrk, May 4, 2008.

  1. #1
    Hi all,

    I had a site 6 months back which i was not using it. Currently i need to revamp the site. But i forgot my admin password to login & to make the changes.

    Plz help how can i retrive my password? Is there a way to query the database and get it. I have hosted the site with some vendor fyi.

    Plz help!!!

    Thanks,
    Ramki
     
    createrk, May 4, 2008 IP
  2. Altari

    Altari Peon

    Messages:
    188
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you can get access to the database, your password is most likely md5 hashed. You'll have to look through the tables to find your username/password, but once you do, you can just edit the row through phpmyadmin.

    Here is an md5 hasher to make the job easier when you find it.
     
    Altari, May 4, 2008 IP
  3. createrk

    createrk Active Member

    Messages:
    847
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Hi Altari,

    Thank you so much. I was able to change the password in database. And you are right, it was hd5 hashed and i used the link you provided to change the password and update the table.

    Your help is truly is appreciated. Rep on your way. :)

    Thanks,
    Ramki
     
    createrk, May 4, 2008 IP