On Wed, Apr 30, 2003 at 07:11:27PM +0000, Giskart wrote:
I must say that until now the responds time about serious problems or requests to make a user a sysop is not to bad if you take in account how much work Brion has.
So far I know if a user has "developer" status you can run a query to make user sysop or remove sysop status.
But I suppose you can do a lot of damage to a wikipedia if you run a bad query when you have developer status. Something to be carefull whit.
Here's standard one: update user set user_rights = 'sysop' where user_name = 'NameOfNewAdmin';
-- Taw, developer