I found out what is wrong.
The tutorial says to remove all double quotes ” and replace them with spaces or backticks `, but some values in the mentioned tables have double quotes around them. This one for example:
INSERT INTO "wp_usermeta" VALUES(14,1,'wp_capabilities','a:1:{s:13:"administrator";s:1:"1";}');
So replacing that with backticks causes malfunction.
Replace only double quotes around table names “wp_usermeta” -> wp_usermeta
Related Posts:
- Migrating non-WordPress CMS to WordPress, lots of data to move — possible solutions?
- Migrating database / content of non-CMS site to WordPress
- Export all content from wordpress
- Trouble Migrating all data blog from WordPress.com to WordPress.org
- Migration: Copying database content to a different server
- Image link issues after importing a database backup to my local web server
- Database create or redirect
- Importing Concrete5 content to WordPress
- Getting an error when trying to migrate to DV server from Grid with Media Temple [closed]
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- MySQL SELECT increment counter
- phpMyAdmin – Error > Incorrect format parameter?
- MySQL Database User: Which Privileges are needed?
- Why is my database import losing text widget data?
- Will it break my site if I delete all transient records in wp_options table?
- Please explain how WordPress works with MySQL character set and collation at a low level
- Reset Post IDs to less than 64bit integer
- WordPress database scalability from the code perspective
- Does WordPress use the InnoDB engine for MySQL by default?
- How can I migrate from another platform to WordPress (using the same domain) and launch when ready?
- Can I use MariaDB instead of MySQL in wordpress?
- Best way to import users, post and categories from an external database
- Presentation vs Content in WP DB-Tables
- What are conventions about the schema of the $table_prefix
- Split WP install between 2 databases?
- Inserting Post Meta From SQL
- Why does dbDelta() not catch MysqlErrors?
- Migrate a Non WordPress database to wordpress [closed]
- Is altering a default WordPress database table update safe?
- How to solve slow WordPress site caused by attachment_metadata
- Custom DB_COLLATE (collation) value not working on fresh install?
- What causes the “max_user_connections” warning on WordPress frontend?
- what to do when your WordPress database is too large?
- Change all http to https in mysql databse?
- Large database causes slow load
- Database slowdown after update to 3.4.1
- WordPress and automated MySQL backups to a different host
- How to insert data into MySQL database from the form created in WordPress site
- Size article thumbnails and retrieve them directly from database
- WordPress site uses MyISAM, should I switch to InnoDB necessary?
- WordPress mysql table double prefixes
- WordPress database import: Row size too large
- Advanced SELECT query with condtional statements
- Why do mass updates to post_content shows in front end, but not in edit screen?
- WordPress not reflecting changed of the database
- Error establishing database connection – high traffic?
- Improve performance by removing unnecessary database queries
- Redirecting to old domain after migration website
- Switching Databases in LocalHost
- Migrating to WordPress Recipe Plugin and Some SQL Issues
- Unable to set a default serialized array using dbdelta()
- How to prevent/delay MySQL connections when an object cache is used?
- Copying database tables to new database
- “Database Connection Error” upon install in Apache VirtualHost document root.. Why did this happen? [closed]
- how to migrate wpmu from one host to the other?
- How do I convert a MySQL database from utf8mb4 to utf8 encoding?
- Create database on installation
- Reinstalling wordpress from database breaks the site
- Why does changing Database Table Prefixes result in loss of content?
- Trouble running $wpdb->query() with last_insert_id
- WordPress url transformation script
- Moving WordPress site to new domain – database import [duplicate]
- How to connect and insert data in database of wordpress?
- Buddypress avatar image in database [closed]
- Installation question
- $wpdb->get_var – What value is returned when zero records are found?
- Installing local to live WP into subdirectory
- Database migration issues – Error #1046 No database selected
- Only allow user to access a link once a year, based on their joining date
- Counting post and changing roles in mysql database. Query not code
- MSQL database wp_postmeta has meta key tve_revision
- I imported an restore an database and It shows #1067 – Invalid default value for ‘user_registered’
- How to fix Uploaded to this post option to see group of images uploaded to a post?
- “BS_” rows in postmeta table
- How can I find user role in Mysql?
- How do you enable scripts on a WordPress installation in Softaculous?
- Featured image from custom to WordPress database
- WordPress Database Query works in phpMyAdmin but not in the code
- WordPress Migration – Issue with admin panel changes
- Do I need to be selective about where I search and replace when pointing a domain to a subfolder used for development?
- Delete all users meta that named: user_avatar
- mySQL database size large, but tables size less
- spambot registering without providing email or password, bypassing registration process
- After renaming MySQL database, I can no longer access my Blog page
- How To connect to the same WordPress database with different database user
- Possible to restore wordpress database from mysql56 and sqlite files?
- I cannot change anything in my wordpress database from within wordpress?
- Missing latest posts and options after DB migration via phpMyAdmin
- Can’t Install WordPress (local) Failed to open file wp-includes/wp-db.php
- Create a new table on the database and save parameters from a contact form
- Media library images “missing” after migrating them using SQL
- Widgets with *internal* links do not display after database migration
- Restoring .sql backup results in “Error establishing a database connection”
- “MySQL server has gone away” since update to 3.8
- Install WordPress with SQL database
- How to back-up a database on IIS
- WordPress can’t fetch the posts from the database after moving to new server [closed]
- why you don’t Implement PDO for access every thing to database
- SQL Query to get post_id from wp_posts and and meta_key(s) from wp_postmeta
- WordPress database connection failed, while mysql client is working [closed]