OsTicket
How to rest lost admin password using mysql terminal
First you need acces to VPS
Then login to mysql using
then access your osticket database !
now you have to change database to your's i am using osticket.techridez.com
then use
UPDATE `ost_staff` SET `passwd` = MD5( 'password' ) WHERE `staff_id`='1';
PreviousApache Virtual Host Script with mysql db.NextHow to Backup MySQL Databases Automatically on Ubuntu
Last updated
Was this helpful?