you do not have sufficient permissions to access this page
you do not have sufficient permissions to access this page
Have you changed the prefix of your database tables? I'm 90% sure, that this is your problem. The thing is that WordPress uses the $table_prefix variable for forming the option and usermeta keys names, where it's storing the roles and capabilities information. So once you change the prefix, but don't update your db, you get this error. Here's how...