Topic on Project:Support desk

189.237.51.67 (talkcontribs)

Hi, I just installed mediawiki, but I don't know why, but my admin account wasn't created, actually there is no account at all, I just created a new one, but it has common user rights, so i can't change any option, just write pages as normal, my question is, how can i set that account as the main admin account?

Jasper Deng (talkcontribs)

You'll have to weave through the database for the appropriate userrights. If you were using an installation wizard other than the MediaWiki installation wizard itself you could easily run into this trouble.

Bawolff (talkcontribs)
SVG (talkcontribs)

Go to user table to get the user's ID, then go to user_groups table and insert the user's ID and the group (e. g. sysop). Or set $wgGroupPermissions['user']['userrights'] = true; temporarily and grant your account the needed rights whilst you are loggedin.

Reply to "about admin aac"