i moved my db into another and changed the db-prefix, and i changed db prefix in wp-config.php, and now i'm getting:
"You do not have sufficient permissions to access this page."
Some guy said: "Be sure to also check in the options table. There should be cell that says table_prefix_user_roles underneath the column option_name which uses the table prefix."
So I want to change it, but I don't know how to do it..
what i do is download the whole database and open it with wordpad and edit it from there
Didn't know I could do that, thanks! I got it working now.
Will post the solution here so I can find it next time I got problems with the same thing. ;-)
You do not have sufficient permissions to access this page.
Even when attempting to login as admin. The cause? Simple, some of the Wordpress options are actually saved using the Wordpress prefix. You will now need to open up your favourite MySQL admin tool and modify the following:
Comment