This looks like a Foreign Key issue.
When you use PHPMyAdmin to create the sql dump, try using the custom settings to disable Foreign Key checks.
Related Posts:
- Column count doesn’t match value count at row 1
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- MySQL string replace
- MySQL error 2006: mysql server has gone away
- Which MySQL data type to use for storing boolean values
- ERROR 2003 (HY000): Can’t connect to MySQL server on localhost (10061)
- “INSERT IGNORE” vs “INSERT … ON DUPLICATE KEY UPDATE”
- #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
- MySQL: Access denied for user ‘test’@’localhost’ (using password: YES) except root user
- What is the definition of cardinality in SQL
- How to restart remote MySQL server running on Ubuntu linux?
- Host ‘xxx.xx.xxx.xxx’ is not allowed to connect to this MySQL server
- what does “/index.php?admin/admin_dashboard” in my url mean
- How to join two tables by multiple columns in SQL?
- How to get size of mysql database?
- Selecting data from two different tables without using joins
- SQL – Update multiple records in one query
- Difference between VARCHAR and TEXT in MySQL
- MySQL Error 1093 – Can’t specify target table for update in FROM clause
- MySQL: Invalid use of group function
- mysqladmin: connect to server at ‘localhost’ failed
- mysql update multiple columns with same now()
- Usage of MySQL’s “IF EXISTS”
- Simple Random Samples from a Sql database
- What does SQL clause “GROUP BY 1” mean?
- LAST_INSERT_ID() MySQL
- Generating a random & unique 8 character string using MySQL
- MySQL > Table doesn’t exist. But it does (or it should)
- SQL select only rows with max value on a column
- Trying to perform MINUS operation in MySQL
- How do I find which transaction is causing a “Waiting for table metadata lock” state?
- Getting java.sql.SQLException: Operation not allowed after ResultSet closed
- How to create a foreign key in phpmyadmin
- Can’t create test file lower test start server mysql
- MySQL delete multiple rows in one query conditions unique to each row
- Create boolean column in MySQL with false as default value?
- SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known
- Is there a naming convention for MySQL?
- CAST to DECIMAL in MySQL
- Failed to Connect to MySQL at localhost:3306 with user root
- How do you properly prepare a %LIKE% SQL statement?
- Set page template for all pages?
- Optimize Multiple Taxonomy Term MySQL Query?
- What specific database privileges does WordPress need?
- Using source control with WordPress
- SQL query to update post_date (one post = one single date & time)
- My WordPress site always displays a cached version of its homepage
- How to copy post titles to post slug in phpmyadmin
- If I consider changing my WordPress DB tables to InnoDB, will it have an effect on the way WordPress works?
- Proper way to work with wpdb to get user’s firstname
- How to change post format from Aside to Image for all posts?
- How to add and SQL query of posts only published
- Slow Mysql Queries
- Database: Custom table: sprintf value for DateTime column
- What is the most secure way to set up the MySQL user in WPMU?
- Find duplicate posts with same slug and author
- WP_USE_EXT_MYSQL
- writing inner join in wpdb
- Distinction on meta value on pre_get_posts
- How to get data from WordPress site sql file
- WordPress with php5-fpm and nginx
- MySQL Rank & $wpdb
- When WordPress Default table, Echo Success. When Plugin Table, Echo Blank
- WordPress post_status is future, manually added
- How are multiple WordPress WPDB queries handled?
- Regarding “Insert query error” in wordpress
- MySQL 5.5 upgrade ‘broke’ WordPress [closed]
- WordPress plugin overloading with tmp tables
- Site not responding error – taking long to load [closed]
- Copyright: Get first and last date of post type
- WordPress(wpdb class) and mysql stored procedures
- WordPress plugins for database queries
- WordPress doesn’t display accents after migration
- Replace a character in all post titles and slugs
- Understanding custom php that reads from WP MYSQL
- $wpdb->get_var multiple queries in one database check
- List users with the most posts in the last 30 days
- Way to extract wordpress data from folder backup
- WordPress $wpdb no result
- Data is not constatntly loading from custom wordpress table
- Mysql Server keeps crashing
- How to search usermeta table
- How to add virtual column in wpdb get_result statement
- PHP Warning: mysqli_error(): Couldn’t fetch mysqli in
- I want to share local developement and staging DB — Is this very smart or very stupid?
- Extract all users along with yoast metadata description
- WordPress asks to install, but is already installed?
- Mysql Error in querying form entries in Gravity Form plugin
- Deleting a table row through query
- An SQL query to find orphaned image attachments and their meta
- Saving custom term value to the database in new table
- MySQL errors after a WordPress clone
- `#1215 – Cannot add foreign key constraint
- How to restore: Database intact but folders deleted
- XML RPC post produces immediate revision with odd post_date_gmt
- MYSQL Join on meta key value?
- Complicated MySQL Query
- problem with quotes on new post
- InnoDB: Error: log file ./ib_logfile0 is of different size
- Postgres equivalent to MySQL’s \G?