Reset Admin Password with phpMyAdmin

Can someone explain a simple method to reset the Administrator password using phpMyAdmin.

Thank you,

Michael

Comments

  • acrylian Administrator, Developer
    Delete the adminstrators table in your database. Then re-run setup (you will need to re-upload) and create a new account. if you have more users they all will need new accounts.
  • Or clic on SQL link on your PMA, to tape this:

    `

    DELETE FROM ``zenphoto`.`zp_administrators` WHERE `zp_administrators`.`user` = your_administrator_account_name

    If your database name isn't `zenphoto`, change by yours.

    ;-)
Sign In or Register to comment.