Help:SQL Tools

From Riverview Legal Group
Revision as of 04:43, 26 November 2019 by P08916 (talk | contribs) (Created page with "== Reset User Password== see [https://www.mediawiki.org/wiki/Manual:ChangePassword.php ChangePassword] ===With Shell access=== cd IP$/maintenance/ <br> php changePassword.ph...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reset User Password

see ChangePassword

With Shell access

cd IP$/maintenance/
php changePassword.php --user="P00000" --password="Password123"

Note: The password cannot be in pure hex format or the database will not-translate it.

Create a New USer

php createAndPromote.php --bureaucrat --sysop --custom-groups=developer admin W4dnesday

With PHP My Admin

PHP My Admin