Recover mybb account
Appearance
goto mysql;
ga naar database;
execute: UPDATE `mybb_users` SET `salt` = , `password` = 'YOUR_PASSWORD' WHERE `uid` = '1';
waarbij mybb_users de usertabel is en hopelijk de admin account id 1 heeft (en let op de backticks!!)