Using PhpmMyAdmin (or another MySQL management tool), first backup your database. Then navigate to your wp_usermeta table and locate the meta_key called “wp_capabilities” for your user_id. Change the meta-value for this record to:
a:1:{s:13:"administrator";s:1:"1";}
it was set to
a:1:{s:10:”subscriber”;b:1;}
and I changed it to
a:1:{s:13:”administrator”;s:1:”1″;}
but nothing happened? Do i get reset something or could it not have fixed the problem?
edit: SCRATCH that, I think I matched up the ids wrong and my username has always been set to admin… I have a lot of capabilities like posting and and adding/removing plugins. It’s just somethings like deleting posts, etc.