Dear Folks,
Can someone place put in the values for me on this mysql query? I don't know what needs to be changed.
mysql -u root -p
mysql> use wikidb;
mysql> UPDATE user SET user_rights='bureaucrat,sysop' WHERE user_name='The Username';
Username: Trintrin
Database: russianr_wiki
Is it necessary to put a password anywhere.
I can't seem to figure it out.
Thanks, Tyler Purviance
Dear Folks,
Can someone place put in the values for me on this mysql query? I
don't
know what needs to be changed.
mysql -u root -p
mysql> use wikidb; mysql> UPDATE user SET user_rights='bureaucrat,sysop' WHERE
user_name='The
Username';
Username: Trintrin Database: russianr_wiki Is it necessary to put a password anywhere.
Instead of using the database directly, log in to your wiki as WikiSysop (or whatever other root account you typed in during installation). Then go to 'Special Pages', scroll to the bottom, and click 'User rights management'. You should be able to figure it out from there.
You could also navigate directly to [[Special:Userrights]] to do this.
-Justin
PRIVACY NOTICE
This email and any attachments may be confidential and/or privileged. Use of the information contained in this email by anyone other than the intended recipient is strictly prohibited. If you have received this email in error, please notify the sender by replying to this message and delete this email.
Hi,
In order to use the database method, you must do the following :
Imagine that the user you consider has a user_id = 10
try :
INSERT INTO user_groups (ug_user, ug_group) VALUES ( 10, 'bureaucrat'); INSERT INTO user_groups (ug_user, ug_group) VALUES ( 10, 'sysop');
But the best method is the one describer bellow :
[[Special:Userrights]]
Best Regards
Le 28 sept. 06 à 17:27, Justin Morgan a écrit :
Dear Folks,
Can someone place put in the values for me on this mysql query? I
don't
know what needs to be changed.
mysql -u root -p
mysql> use wikidb; mysql> UPDATE user SET user_rights='bureaucrat,sysop' WHERE
user_name='The
Username';
Username: Trintrin Database: russianr_wiki Is it necessary to put a password anywhere.
Instead of using the database directly, log in to your wiki as WikiSysop (or whatever other root account you typed in during installation). Then go to 'Special Pages', scroll to the bottom, and click 'User rights management'. You should be able to figure it out from there.
You could also navigate directly to [[Special:Userrights]] to do this.
-Justin
PRIVACY NOTICE
This email and any attachments may be confidential and/or privileged. Use of the information contained in this email by anyone other than the intended recipient is strictly prohibited. If you have received this email in error, please notify the sender by replying to this message and delete this email. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org