Hi,
I was unable to find much help with this and with a little and nervous trial and error the below will change a lost Admin password to 'Password!'
- mysql -u root -p
- Enter in the root SQL password
- USE froxlor
- show tables;
make sure you can see panels_admin
- describe panel_admins; (This is not necessary but will show you the table layout)
- select loginname from panel_admins; (This is not necessary but will list the admin usernames, Admin is default)
- select * from panel_admins; (This is not necessary but will show you all data from the panel_admins table)