Thanks Zigger. Everything works.
Jeff
On Dec 30, 2004, at 7:35 AM, Zigger wrote:
Try: UPDATE user_rights SET ur_rights='sysop,bureaucrat' WHERE ur_user=1;
1 is the id of the administrator created during initial configuration. That account can then use Special:Makesysop as it will have bureaucrat rights.
To find the id of a different user: SELECT user_id FROM user WHERE user_name='jblain';
-- Zigger
On Thu, 30 Dec 2004 06:56:28 -0600, Jeff Blain wrote:
... I tried this and got an error page that says...
Sysop access required The action you have requested can only be performed by users with "sysop" status. See SiteName:Administrators
When I go to the Administrators page, nothing is listed.