MyBB Community Forums

Full Version: Extra files showing on forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The correct way to have reset the plugin uploader password would have been to run this query:

DELETE FROM `mybb_pluginuploader` where `name` = '_password';

This would have then shown the form on the plugin uploader page to set a new password and is all you needed to do. Your database password is totally separate to this and didn't need to be changed.

As you've changed your database user/password, you'll need to update them in inc/config.php

Then you'll need to restore all the plugins you deleted, hopefully you took a file backup and can restore them from that.
SOLVED
Updated the database password and can log in once again. All good. I'll reinstall the deleted add ons.
Pages: 1 2