How to fix it ? Go in SQL and write this code :
UPDATE `wp2_usermeta` SET `meta_key` = REPLACE(`meta_key`, 'wp_', 'wp2_');
UPDATE `wp2_options` SET `option_name` = REPLACE(`option_name`, 'wp_', 'wp2_');
🙂
Related Posts:
- Multiple Domains and Subdomains Using Multisite Installation
- How to Move Local Singlesite Database to Remote Multsite Database?
- Will changing the folder name two directories above a fresh wordpress installation break the site?
- how to migrate wpmu from one host to the other?
- How can I trust switch_to_blog()?
- How to migrate subsite from dev multisite to production multisite
- DB connection error after copying a WordPress Multisite instance to a second location
- Create mobile site with same content just different theme
- Add additional Network constants to wp-config.php dynamically
- Add WordPress MU Network Admin via Database
- How to tell which database tables belongs to which multisite site
- what are pmxi tables? [closed]
- How to hide or remove unwanted widgets on Multisite installation?
- How can I diagnose a slow WordPress admin?
- How to enable a site administrator to edit users in a WordPress network/ multisite setup?
- Shared table across network
- WP-Admin not working properly at WordPress multisite with subdirectories
- find a random blogid across my multisite network that has at least one post published
- WP-CLI methods for get_current_blog_id, get_blog_details or $wpdb->prefix
- Multisite: How to store global options vs. site options?
- Security in WordPress plugin development
- Uploading/Deploying a Multi Site Install
- Multisite database upgrade SSL error
- Hide a theme on list of themes in wp-admin without editing core files
- Configure WordPress to read from database only, never write
- Difference Between Admin and Super Admin in Database
- wp-admin slow in multisite
- Don’t allow access to wp-admin but allow admin-ajax requests to be fulfilled on frontend?
- Timeout While Upgrading Network in Multi-site
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- Multisite wp-admin redirect loop
- WordPress network (multisite) /wp-admin/ redirect loop (ERR_TOO_MANY_REDIRECTS)
- Multisite configuration fails with css/js files
- Copy posts from one blog to another in multisite environment
- Is it possible to fix/repair all Index, Primary Key, Unique (and all other) structure of a WordPress MS Database
- Migrating WPMS from apache to IIS7 causes Database Error
- My subsites accidentally went from one multisite network to another. How do I change it back?
- Synchronizing Two WordPress Sites Content
- Redirect loop (only for multisite network admin)
- Manipulate list of themes in wp-admin
- How to clone and locally run a network for testing
- Two WordPress sites sharing the same database
- How to prevent first post and first comment on WP MU?
- Creating a Post form outside of the Admin
- Multiple Multisite networks on the same domain?
- Issue converting single site to multi-site – blogs.dir folder not created
- Subsites in Multisite installation throwing 404 error on wp-admin in IIS 7
- Subdomain and subdirectories together in one installation
- WordPress Installation for multi-domains with nginx and php-fpm
- How to remove Broken Link Checker widget from admin menu
- How to set Active plugins as the default screen?
- Is it possible to import a wordpress backup from a single site in to a multi-site configuration?
- Split a database will improve performance?
- Why can’t I delete original user in multisite? Options for manual removal
- Multisite Subdomain Using More Resources Than Others?
- Multisite network admin – URL / redirect error
- How to change the database prefix in multisite (WPMU) install
- Importing Multiple DB to one MU database
- Change multi-site installation from sub-domains to sub-directories
- Make WordPress Search for Both Main Domain and Subdomain
- Cookie nonce is invalid – Multisite
- WordPress mutisite migration
- Why does the My Site dropdown show only a single domain?
- Does WordPress MultiSite use separate MySql databases?
- Multi-site vs seperate installs for just 3 blogs?
- Installing WP twice in same Directory?
- Bootstrapping WordPress MultiSite Outsite of WordPress – No $wpdb
- Super admin access to a forgotten WP instance?
- Multisite setup creating custom table
- Is there a way to run upgrade.php for one blog?
- Within the database, where is the flag which says that a user has Super Admin rights?
- Bulk activate a theme on multisite
- Migrating Multisite – Database error, missing wp_blogs table
- How to store custom user data on the database?
- WPML tables not deleted when removing multisite subsite, need help clearing up my sql-file! [closed]
- Database Tables Lost Indexes? How to Recover?
- Multisite install – Create each domain with its own directory
- Iframe being removed only for some users when publishing a page
- Can you manage multiple domain names from a single WordPress multisite network?
- Installed domain-based Multisite but can’t access wp-admin (redirect loop)
- WP Multisite with Domain Mapping : Preventing User Access to Dashboard
- Multiple multisite instances connecting to the same database
- Query to import data from one MultiSite table to another (pages/sub-pages)
- WordPress Multisite – can I somehow merge the tables?
- Multisite with subfolders- can’t access main site- Error establishing a database connection
- Create a database for each site created in multisite?
- Use WordPress MultiSite (WPMS) with a remote database for each created site
- Multisite Installation is all the same site
- WordPress Multisite blogs not working after domain swap
- Least expensive way to get table prefix in multisite installation
- new multisite, old db
- Removing Mutlisite lines stop DB connection
- Moving wp-admin folder to a different host in a multisite environment
- Share DB tables between two blogs on the same WP Multisite installation
- Multisite installation on an existing single installation
- Site’s admin created with wpmu_create_blog accessible only on 2nd attempt
- I want to create a 300 multi-site wordpress network using subdomains
- How can I create blog specific database table in multisite?
- muliple wordpress multisite installs on the same sever
- How many databases do I need?