> mysql -u root -p
mysql> use wikidb;
mysql> UPDATE user SET user_rights='bureaucrat,sysop' WHERE user_name='The Username';