Help:SQL Tools: Difference between revisions

From Riverview Legal Group
Access restrictions were established for this page. If you see this message, you have no access to this page.
(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...")
 
(No difference)

Latest revision as of 04:43, 26 November 2019

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