I’ve a working version of wordpress in localhost and i tried to move them to the remote server.
As i’ve another wordpress installed in the same server and tried to rename the current tables to the prefix wp1_
I exported my local data to a sql file. After that i searched and renamed every table name with wp_ and changed them into wp1_ and imported to my server.
After that i tried to login in admin panel , it throws the following error
" You do not have sufficient permissions to access this page. "
I searched some forums and tried to change the values of meta key in the wp1_options and wp1_usermeta which was started with wp_
Still after this , i couldn’t login.
And ideas on this?
Note: I’ve changed the wp-config and related details and the front end is working fine.