Jump to content

Recover mybb account: Difference between revisions

From www.ReeltoReel.nl Wiki
Pvdm (talk | contribs)
Created page with "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!!)"
(No difference)

Revision as of 15:03, 19 November 2023

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!!)