2
Look at the users table, and verify that the row for your account has level = 1.
Also look at the groups_users_link table, and verify there's a row with groupid = 1 (webmasters group) and uid = your user ID. If the row isn't there, insert it.
Backup your database before making any changes.