Can someone explain a simple method to reset the Administrator password using phpMyAdmin.
Thank you,
Michael
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
zenphoto
zp_administrators
user
If your database name isn't zenphoto, change by yours.
;-)