Hey all, I have a followup on a very old question on here, but I'm having the same problem and the steps used are not working for me...
I have had a copy of a site on staging for a while and I need to grab all Gravity Forms entries from the live site and import them before launch.
2) Renamed the file so that the WP prefix matches the destination site (renamed wp_4fdd6_gf_entry to wp0t_gf_entry.sql)
3) on destination phpmyadmin, opened table wp0t_gf_entry and imported the sql file.
4) Here is
screenshot of the result. Says "Import has been successfully finished, 46 queries executed. (wp0t_gf_entry.sql)" but then below that is a big red error box with the below. And, more importantly, the entries on the destination site do not change. What am I screwing up here?
-- Database: `acr_mainsite`
--
--
-- Dumping data for table `wp_4fdd6_gf_entry`
--
INSERT INTO `wp_4fdd6_gf_entry` (`id`, `form_id`, `post_id`, `date_created`, `date_updated`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1, 2, NULL, '2014-09-25 21:08:23', NULL, 0, 0, '75.73.89.242', '
http://acrhomes.dreamhosters.com/employment-2/applications/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'trash'),
(2, 2, NULL, '2014-09-26 13:45:04', NULL, 0, 1, '75.73.89.242', '
http://acrhomes.dreamhosters.com/employment-2/applications/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36', 'USD', NULL, NULL, NULL, NULL[...]
MySQL said: Documentation
#1062 - Duplicate entry '1' for key 'PRIMARY'