Title: bartdeman's Replies | WordPress.org

---

# bartdeman

  [  ](https://wordpress.org/support/users/bartdeman/)

 *   [Profile](https://wordpress.org/support/users/bartdeman/)
 *   [Topics Started](https://wordpress.org/support/users/bartdeman/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bartdeman/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bartdeman/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bartdeman/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bartdeman/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bartdeman/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] Restoring database keeps spinning](https://wordpress.org/support/topic/restoring-database-keeps-spinning/)
 *  [bartdeman](https://wordpress.org/support/users/bartdeman/)
 * (@bartdeman)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/restoring-database-keeps-spinning/page/2/#post-5690020)
 * I have same issue.
    I think it’s related to “utf8mb4_unicode_ci”
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[HY000]: General
   error: 1273 Unknown collation: ‘utf8mb4_unicode_ci’ with query: — All In One 
   WP Migration SQL Dump
    — [http://servmask.com/](http://servmask.com/) — — Host:
   localhost — Generation Time: Wed, 05 Aug 2015 14:04:37 +0000
 * —
    — Database: `pba` —
 * CREATE TABLE `wp_commentmeta` (
    `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`
   comment_id` bigint(20) unsigned NOT NULL DEFAULT ‘0’, `meta_key` varchar(255)
   COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci,
   PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(
   191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[HY000]: General
   error: 1273 Unknown collation: ‘utf8mb4_unicode_ci’ with query:
 * CREATE TABLE `wp_comments` (
    `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`
   comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT ‘0’, `comment_author` tinytext
   COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE
   utf8mb4_unicode_ci NOT NULL DEFAULT ”, `comment_author_url` varchar(200) COLLATE
   utf8mb4_unicode_ci NOT NULL DEFAULT ”, `comment_author_IP` varchar(100) COLLATE
   utf8mb4_unicode_ci NOT NULL DEFAULT ”, `comment_date` datetime NOT NULL DEFAULT‘
   0000-00-00 00:00:00’, `comment_date_gmt` datetime NOT NULL DEFAULT ‘0000-00-00
   00:00:00’, `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma`
   int(11) NOT NULL DEFAULT ‘0’, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci
   NOT NULL DEFAULT ‘1’, `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci
   NOT NULL DEFAULT ”, `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT
   NULL DEFAULT ”, `comment_parent` bigint(20) unsigned NOT NULL DEFAULT ‘0’, `user_id`
   bigint(20) unsigned NOT NULL DEFAULT ‘0’, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID`(`
   comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
   KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`),
   KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT
   =2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_comments’ doesn’t exist with
   query:
    INSERT INTO `wp_comments` VALUES (‘1′,’1′,’Mr WordPress’,”,’[https://wordpress.org/&#8217](https://wordpress.org/&#8217);,”,’
   2015-07-13 13:39:13′,’2015-07-13 13:39:13′,’Hi, this is a comment.\nTo delete
   a comment, just log in and view the post's comments. There you will have the 
   option to edit or delete them.’,’0′,’1′,”,”,’0′,’0′);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[HY000]: General
   error: 1273 Unknown collation: ‘utf8mb4_unicode_ci’ with query:
    CREATE TABLE`
   wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url`
   varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”, `link_name` varchar(
   255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”, `link_image` varchar(255)
   COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”, `link_target` varchar(25) COLLATE
   utf8mb4_unicode_ci NOT NULL DEFAULT ”, `link_description` varchar(255) COLLATE
   utf8mb4_unicode_ci NOT NULL DEFAULT ”, `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci
   NOT NULL DEFAULT ‘Y’, `link_owner` bigint(20) unsigned NOT NULL DEFAULT ‘1’, `
   link_rating` int(11) NOT NULL DEFAULT ‘0’, `link_updated` datetime NOT NULL DEFAULT‘
   0000-00-00 00:00:00’, `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT 
   NULL DEFAULT ”, `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `
   link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”, PRIMARY
   KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT 
   CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[HY000]: General
   error: 1273 Unknown collation: ‘utf8mb4_unicode_ci’ with query:
 * CREATE TABLE `wp_options` (
    `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,`
   option_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”, `option_value`
   longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE 
   utf8mb4_unicode_ci NOT NULL DEFAULT ‘yes’, PRIMARY KEY (`option_id`), UNIQUE 
   KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=774 DEFAULT 
   CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query:
    INSERT INTO `wp_options` VALUES (‘1′,’siteurl’,’[http://postbusanoniem.nl&#8217](http://postbusanoniem.nl&#8217);,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘2′,’home’,’[http://postbusanoniem.nl&#8217](http://postbusanoniem.nl&#8217);,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘3′,’blogname’,’Postbus Anoniem’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘4′,’blogdescription’,’Ongezien de beste’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘5′,’users_can_register’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘6′,’admin_email’,’bart@dmi.nu’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘7′,’start_of_week’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘8′,’use_balanceTags’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘9′,’use_smilies’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’10’,’require_name_email’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’11’,’comments_notify’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’12’,’posts_per_rss’,’10’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’13’,’rss_use_excerpt’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’14’,’mailserver_url’,’smtp.gmail.com’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’15’,’mailserver_login’,’info@postbusanoniem.
   nl’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’16’,’mailserver_pass’,’Chris050609′,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’17’,’mailserver_port’,’465′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’18’,’default_category’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’19’,’default_comment_status’,’open’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’20’,’default_ping_status’,’open’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’21’,’default_pingback_flag’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’22’,’posts_per_page’,’10’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’23’,’date_format’,’d/m/Y’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’24’,’time_format’,’H:i’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’25’,’links_updated_date_format’,’F j,
   Y g:i a’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’26’,’comment_moderation’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’27’,’moderation_notify’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’28’,’permalink_structure’,’/shop/’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’29’,’gzipcompression’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’30’,’hack_file’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’31’,’blog_charset’,’UTF-8′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’32’,’moderation_keys’,”,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’33’,’active_plugins’,’a:9:{i:0;s:11:\”
   MPM/mpm.php\”;i:1;s:51:\”all-in-one-wp-migration/all-in-one-wp-migration.php\”;
   i:2;s:27:\”js_composer/js_composer.php\”;i:3;s:51:\”woocommerce-eu-vat-compliance/
   eu-vat-compliance.php\”;i:4;s:53:\”woocommerce-pdf-vouchers/woocommerce-pdf-vouchers.
   php\”;i:5;s:55:\”woocommerce-smart-coupons/woocommerce-smart-coupons.php\”;i:
   6;s:55:\”woocommerce-subscriptions/woocommerce-subscriptions.php\”;i:7;s:27:\”
   woocommerce/woocommerce.php\”;i:8;s:29:\”woocredit213/store-credit.php\”;}’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’34’,’category_base’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’35’,’ping_sites’,’[http://rpc.pingomatic.com/&#8217](http://rpc.pingomatic.com/&#8217);,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’36’,’advanced_edit’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’37’,’comment_max_links’,’2′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’38’,’gmt_offset’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’39’,’default_email_category’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’40’,’recently_edited’,”,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’41’,’template’,’DynamiX’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’42’,’stylesheet’,’DynamiX-Child’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’43’,’comment_whitelist’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’44’,’blacklist_keys’,”,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’45’,’comment_registration’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’46’,’html_type’,’text/html’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’47’,’use_trackback’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’48’,’default_role’,’subscriber’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’49’,’db_version’,’31536′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’50’,’uploads_use_yearmonth_folders’,”,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’51’,’upload_path’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’52’,’blog_public’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’53’,’default_link_category’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’54’,’show_on_front’,’page’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’55’,’tag_base’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’56’,’show_avatars’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’57’,’avatar_rating’,’G’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’58’,’upload_url_path’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’59’,’thumbnail_size_w’,’150′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’60’,’thumbnail_size_h’,’150′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’61’,’thumbnail_crop’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’62’,’medium_size_w’,’300′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’63’,’medium_size_h’,’300′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’64’,’avatar_default’,’mystery’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’65’,’large_size_w’,’1024′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’66’,’large_size_h’,’1024′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’67’,’image_default_link_type’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’68’,’image_default_size’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’69’,’image_default_align’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’70’,’close_comments_for_old_posts’,”,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’71’,’close_comments_days_old’,’14’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’72’,’thread_comments’,’1′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’73’,’thread_comments_depth’,’5′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’74’,’page_comments’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’75’,’comments_per_page’,’50’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’76’,’default_comments_page’,’newest’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’77’,’comment_order’,’asc’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’78’,’sticky_posts’,’a:0:{}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’79’,’widget_categories’,’a:2:{i:2;a:
   4:{s:5:\”title\”;s:0:\”\”;s:5:\”count\”;i:0;s:12:\”hierarchical\”;i:0;s:8:\”dropdown\”;
   i:0;}s:12:\”_multiwidget\”;i:1;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’80’,’widget_text’,’a:2:{i:1;a:0:{}s:
   12:\”_multiwidget\”;i:1;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’81’,’widget_rss’,’a:2:{i:1;a:0:{}s:12:\”
   _multiwidget\”;i:1;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’82’,’uninstall_plugins’,’a:1:{s:11:\”
   MPM/mpm.php\”;s:13:\”mpm_uninstall\”;}’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’83’,’timezone_string’,’Europe/Amsterdam’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’84’,’page_for_posts’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’85’,’page_on_front’,’8′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’86’,’default_post_format’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’87’,’link_manager_enabled’,’0′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’88’,’initial_db_version’,’31535′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’89’,’wp_user_roles’,’a:8:{s:13:\”administrator\”;
   a:2:{s:4:\”name\”;s:13:\”Administrator\”;s:12:\”capabilities\”;a:133:{s:13:\”
   switch_themes\”;b:1;s:11:\”edit_themes\”;b:1;s:16:\”activate_plugins\”;b:1;s:
   12:\”edit_plugins\”;b:1;s:10:\”edit_users\”;b:1;s:10:\”edit_files\”;b:1;s:14:\”
   manage_options\”;b:1;s:17:\”moderate_comments\”;b:1;s:17:\”manage_categories\”;
   b:1;s:12:\”manage_links\”;b:1;s:12:\”upload_files\”;b:1;s:6:\”import\”;b:1;s:
   15:\”unfiltered_html\”;b:1;s:10:\”edit_posts\”;b:1;s:17:\”edit_others_posts\”;
   b:1;s:20:\”edit_published_posts\”;b:1;s:13:\”publish_posts\”;b:1;s:10:\”edit_pages\”;
   b:1;s:4:\”read\”;b:1;s:8:\”level_10\”;b:1;s:7:\”level_9\”;b:1;s:7:\”level_8\”;
   b:1;s:7:\”level_7\”;b:1;s:7:\”level_6\”;b:1;s:7:\”level_5\”;b:1;s:7:\”level_4\”;
   b:1;s:7:\”level_3\”;b:1;s:7:\”level_2\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;
   b:1;s:17:\”edit_others_pages\”;b:1;s:20:\”edit_published_pages\”;b:1;s:13:\”publish_pages\”;
   b:1;s:12:\”delete_pages\”;b:1;s:19:\”delete_others_pages\”;b:1;s:22:\”delete_published_pages\”;
   b:1;s:12:\”delete_posts\”;b:1;s:19:\”delete_others_posts\”;b:1;s:22:\”delete_published_posts\”;
   b:1;s:20:\”delete_private_posts\”;b:1;s:18:\”edit_private_posts\”;b:1;s:18:\”
   read_private_posts\”;b:1;s:20:\”delete_private_pages\”;b:1;s:18:\”edit_private_pages\”;
   b:1;s:18:\”read_private_pages\”;b:1;s:12:\”delete_users\”;b:1;s:12:\”create_users\”;
   b:1;s:17:\”unfiltered_upload\”;b:1;s:14:\”edit_dashboard\”;b:1;s:14:\”update_plugins\”;
   b:1;s:14:\”delete_plugins\”;b:1;s:15:\”install_plugins\”;b:1;s:13:\”update_themes\”;
   b:1;s:14:\”install_themes\”;b:1;s:11:\”update_core\”;b:1;s:10:\”list_users\”;
   b:1;s:12:\”remove_users\”;b:1;s:9:\”add_users\”;b:1;s:13:\”promote_users\”;b:
   1;s:18:\”edit_theme_options\”;b:1;s:13:\”delete_themes\”;b:1;s:6:\”export\”;b:
   1;s:18:\”manage_woocommerce\”;b:1;s:24:\”view_woocommerce_reports\”;b:1;s:12:\”
   edit_product\”;b:1;s:12:\”read_product\”;b:1;s:14:\”delete_product\”;b:1;s:13:\”
   edit_products\”;b:1;s:20:\”edit_others_products\”;b:1;s:16:\”publish_products\”;
   b:1;s:21:\”read_private_products\”;b:1;s:15:\”delete_products\”;b:1;s:23:\”delete_private_products\”;
   b:1;s:25:\”delete_published_products\”;b:1;s:22:\”delete_others_products\”;b:
   1;s:21:\”edit_private_products\”;b:1;s:23:\”edit_published_products\”;b:1;s:20:\”
   manage_product_terms\”;b:1;s:18:\”edit_product_terms\”;b:1;s:20:\”delete_product_terms\”;
   b:1;s:20:\”assign_product_terms\”;b:1;s:15:\”edit_shop_order\”;b:1;s:15:\”read_shop_order\”;
   b:1;s:17:\”delete_shop_order\”;b:1;s:16:\”edit_shop_orders\”;b:1;s:23:\”edit_others_shop_orders\”;
   b:1;s:19:\”publish_shop_orders\”;b:1;s:24:\”read_private_shop_orders\”;b:1;s:
   18:\”delete_shop_orders\”;b:1;s:26:\”delete_private_shop_orders\”;b:1;s:28:\”
   delete_published_shop_orders\”;b:1;s:25:\”delete_others_shop_orders\”;b:1;s:24:\”
   edit_private_shop_orders\”;b:1;s:26:\”edit_published_shop_orders\”;b:1;s:23:\”
   manage_shop_order_terms\”;b:1;s:21:\”edit_shop_order_terms\”;b:1;s:23:\”delete_shop_order_terms\”;
   b:1;s:23:\”assign_shop_order_terms\”;b:1;s:16:\”edit_shop_coupon\”;b:1;s:16:\”
   read_shop_coupon\”;b:1;s:18:\”delete_shop_coupon\”;b:1;s:17:\”edit_shop_coupons\”;
   b:1;s:24:\”edit_others_shop_coupons\”;b:1;s:20:\”publish_shop_coupons\”;b:1;s:
   25:\”read_private_shop_coupons\”;b:1;s:19:\”delete_shop_coupons\”;b:1;s:27:\”
   delete_private_shop_coupons\”;b:1;s:29:\”delete_published_shop_coupons\”;b:1;
   s:26:\”delete_others_shop_coupons\”;b:1;s:25:\”edit_private_shop_coupons\”;b:
   1;s:27:\”edit_published_shop_coupons\”;b:1;s:24:\”manage_shop_coupon_terms\”;
   b:1;s:22:\”edit_shop_coupon_terms\”;b:1;s:24:\”delete_shop_coupon_terms\”;b:1;
   s:24:\”assign_shop_coupon_terms\”;b:1;s:17:\”edit_shop_webhook\”;b:1;s:17:\”read_shop_webhook\”;
   b:1;s:19:\”delete_shop_webhook\”;b:1;s:18:\”edit_shop_webhooks\”;b:1;s:25:\”edit_others_shop_webhooks\”;
   b:1;s:21:\”publish_shop_webhooks\”;b:1;s:26:\”read_private_shop_webhooks\”;b:
   1;s:20:\”delete_shop_webhooks\”;b:1;s:28:\”delete_private_shop_webhooks\”;b:1;
   s:30:\”delete_published_shop_webhooks\”;b:1;s:27:\”delete_others_shop_webhooks\”;
   b:1;s:26:\”edit_private_shop_webhooks\”;b:1;s:28:\”edit_published_shop_webhooks\”;
   b:1;s:25:\”manage_shop_webhook_terms\”;b:1;s:23:\”edit_shop_webhook_terms\”;b:
   1;s:25:\”delete_shop_webhook_terms\”;b:1;s:25:\”assign_shop_webhook_terms\”;b:
   1;s:18:\”woo_vendor_options\”;b:1;}}s:6:\”editor\”;a:2:{s:4:\”name\”;s:6:\”Editor\”;
   s:12:\”capabilities\”;a:34:{s:17:\”moderate_comments\”;b:1;s:17:\”manage_categories\”;
   b:1;s:12:\”manage_links\”;b:1;s:12:\”upload_files\”;b:1;s:15:\”unfiltered_html\”;
   b:1;s:10:\”edit_posts\”;b:1;s:17:\”edit_others_posts\”;b:1;s:20:\”edit_published_posts\”;
   b:1;s:13:\”publish_posts\”;b:1;s:10:\”edit_pages\”;b:1;s:4:\”read\”;b:1;s:7:\”
   level_7\”;b:1;s:7:\”level_6\”;b:1;s:7:\”level_5\”;b:1;s:7:\”level_4\”;b:1;s:7:\”
   level_3\”;b:1;s:7:\”level_2\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;b:1;s:17:\”
   edit_others_pages\”;b:1;s:20:\”edit_published_pages\”;b:1;s:13:\”publish_pages\”;
   b:1;s:12:\”delete_pages\”;b:1;s:19:\”delete_others_pages\”;b:1;s:22:\”delete_published_pages\”;
   b:1;s:12:\”delete_posts\”;b:1;s:19:\”delete_others_posts\”;b:1;s:22:\”delete_published_posts\”;
   b:1;s:20:\”delete_private_posts\”;b:1;s:18:\”edit_private_posts\”;b:1;s:18:\”
   read_private_posts\”;b:1;s:20:\”delete_private_pages\”;b:1;s:18:\”edit_private_pages\”;
   b:1;s:18:\”read_private_pages\”;b:1;}}s:6:\”author\”;a:2:{s:4:\”name\”;s:6:\”
   Author\”;s:12:\”capabilities\”;a:10:{s:12:\”upload_files\”;b:1;s:10:\”edit_posts\”;
   b:1;s:20:\”edit_published_posts\”;b:1;s:13:\”publish_posts\”;b:1;s:4:\”read\”;
   b:1;s:7:\”level_2\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;b:1;s:12:\”delete_posts\”;
   b:1;s:22:\”delete_published_posts\”;b:1;}}s:11:\”contributor\”;a:2:{s:4:\”name\”;
   s:11:\”Contributor\”;s:12:\”capabilities\”;a:5:{s:10:\”edit_posts\”;b:1;s:4:\”
   read\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;b:1;s:12:\”delete_posts\”;b:1;}}
   s:10:\”subscriber\”;a:2:{s:4:\”name\”;s:10:\”Subscriber\”;s:12:\”capabilities\”;
   a:2:{s:4:\”read\”;b:1;s:7:\”level_0\”;b:1;}}s:8:\”customer\”;a:2:{s:4:\”name\”;
   s:8:\”Customer\”;s:12:\”capabilities\”;a:3:{s:4:\”read\”;b:1;s:10:\”edit_posts\”;
   b:0;s:12:\”delete_posts\”;b:0;}}s:12:\”shop_manager\”;a:2:{s:4:\”name\”;s:12:\”
   Shop Manager\”;s:12:\”capabilities\”;a:110:{s:7:\”level_9\”;b:1;s:7:\”level_8\”;
   b:1;s:7:\”level_7\”;b:1;s:7:\”level_6\”;b:1;s:7:\”level_5\”;b:1;s:7:\”level_4\”;
   b:1;s:7:\”level_3\”;b:1;s:7:\”level_2\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;
   b:1;s:4:\”read\”;b:1;s:18:\”read_private_pages\”;b:1;s:18:\”read_private_posts\”;
   b:1;s:10:\”edit_users\”;b:1;s:10:\”edit_posts\”;b:1;s:10:\”edit_pages\”;b:1;s:
   20:\”edit_published_posts\”;b:1;s:20:\”edit_published_pages\”;b:1;s:18:\”edit_private_pages\”;
   b:1;s:18:\”edit_private_posts\”;b:1;s:17:\”edit_others_posts\”;b:1;s:17:\”edit_others_pages\”;
   b:1;s:13:\”publish_posts\”;b:1;s:13:\”publish_pages\”;b:1;s:12:\”delete_posts\”;
   b:1;s:12:\”delete_pages\”;b:1;s:20:\”delete_private_pages\”;b:1;s:20:\”delete_private_posts\”;
   b:1;s:22:\”delete_published_pages\”;b:1;s:22:\”delete_published_posts\”;b:1;s:
   19:\”delete_others_posts\”;b:1;s:19:\”delete_others_pages\”;b:1;s:17:\”manage_categories\”;
   b:1;s:12:\”manage_links\”;b:1;s:17:\”moderate_comments\”;b:1;s:15:\”unfiltered_html\”;
   b:1;s:12:\”upload_files\”;b:1;s:6:\”export\”;b:1;s:6:\”import\”;b:1;s:10:\”list_users\”;
   b:1;s:18:\”manage_woocommerce\”;b:1;s:24:\”view_woocommerce_reports\”;b:1;s:12:\”
   edit_product\”;b:1;s:12:\”read_product\”;b:1;s:14:\”delete_product\”;b:1;s:13:\”
   edit_products\”;b:1;s:20:\”edit_others_products\”;b:1;s:16:\”publish_products\”;
   b:1;s:21:\”read_private_products\”;b:1;s:15:\”delete_products\”;b:1;s:23:\”delete_private_products\”;
   b:1;s:25:\”delete_published_products\”;b:1;s:22:\”delete_others_products\”;b:
   1;s:21:\”edit_private_products\”;b:1;s:23:\”edit_published_products\”;b:1;s:20:\”
   manage_product_terms\”;b:1;s:18:\”edit_product_terms\”;b:1;s:20:\”delete_product_terms\”;
   b:1;s:20:\”assign_product_terms\”;b:1;s:15:\”edit_shop_order\”;b:1;s:15:\”read_shop_order\”;
   b:1;s:17:\”delete_shop_order\”;b:1;s:16:\”edit_shop_orders\”;b:1;s:23:\”edit_others_shop_orders\”;
   b:1;s:19:\”publish_shop_orders\”;b:1;s:24:\”read_private_shop_orders\”;b:1;s:
   18:\”delete_shop_orders\”;b:1;s:26:\”delete_private_shop_orders\”;b:1;s:28:\”
   delete_published_shop_orders\”;b:1;s:25:\”delete_others_shop_orders\”;b:1;s:24:\”
   edit_private_shop_orders\”;b:1;s:26:\”edit_published_shop_orders\”;b:1;s:23:\”
   manage_shop_order_terms\”;b:1;s:21:\”edit_shop_order_terms\”;b:1;s:23:\”delete_shop_order_terms\”;
   b:1;s:23:\”assign_shop_order_terms\”;b:1;s:16:\”edit_shop_coupon\”;b:1;s:16:\”
   read_shop_coupon\”;b:1;s:18:\”delete_shop_coupon\”;b:1;s:17:\”edit_shop_coupons\”;
   b:1;s:24:\”edit_others_shop_coupons\”;b:1;s:20:\”publish_shop_coupons\”;b:1;s:
   25:\”read_private_shop_coupons\”;b:1;s:19:\”delete_shop_coupons\”;b:1;s:27:\”
   delete_private_shop_coupons\”;b:1;s:29:\”delete_published_shop_coupons\”;b:1;
   s:26:\”delete_others_shop_coupons\”;b:1;s:25:\”edit_private_shop_coupons\”;b:
   1;s:27:\”edit_published_shop_coupons\”;b:1;s:24:\”manage_shop_coupon_terms\”;
   b:1;s:22:\”edit_shop_coupon_terms\”;b:1;s:24:\”delete_shop_coupon_terms\”;b:1;
   s:24:\”assign_shop_coupon_terms\”;b:1;s:17:\”edit_shop_webhook\”;b:1;s:17:\”read_shop_webhook\”;
   b:1;s:19:\”delete_shop_webhook\”;b:1;s:18:\”edit_shop_webhooks\”;b:1;s:25:\”edit_others_shop_webhooks\”;
   b:1;s:21:\”publish_shop_webhooks\”;b:1;s:26:\”read_private_shop_webhooks\”;b:
   1;s:20:\”delete_shop_webhooks\”;b:1;s:28:\”delete_private_shop_webhooks\”;b:1;
   s:30:\”delete_published_shop_webhooks\”;b:1;s:27:\”delete_others_shop_webhooks\”;
   b:1;s:26:\”edit_private_shop_webhooks\”;b:1;s:28:\”edit_published_shop_webhooks\”;
   b:1;s:25:\”manage_shop_webhook_terms\”;b:1;s:23:\”edit_shop_webhook_terms\”;b:
   1;s:25:\”delete_shop_webhook_terms\”;b:1;s:25:\”assign_shop_webhook_terms\”;b:
   1;}}s:15:\”woo_vou_vendors\”;a:2:{s:4:\”name\”;s:14:\”Voucher Vendor\”;s:12:\”
   capabilities\”;a:2:{s:18:\”woo_vendor_options\”;b:1;s:4:\”read\”;b:1;}}}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’90’,’widget_search’,’a:2:{i:2;a:1:{s:
   5:\”title\”;s:0:\”\”;}s:12:\”_multiwidget\”;i:1;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’91’,’widget_recent-posts’,’a:2:{i:2;
   a:2:{s:5:\”title\”;s:0:\”\”;s:6:\”number\”;i:5;}s:12:\”_multiwidget\”;i:1;}’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’92’,’widget_recent-comments’,’a:2:{i:
   2;a:2:{s:5:\”title\”;s:0:\”\”;s:6:\”number\”;i:5;}s:12:\”_multiwidget\”;i:1;}’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’93’,’widget_archives’,’a:2:{i:2;a:3:{
   s:5:\”title\”;s:0:\”\”;s:5:\”count\”;i:0;s:8:\”dropdown\”;i:0;}s:12:\”_multiwidget\”;
   i:1;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’94’,’widget_meta’,’a:2:{i:2;a:1:{s:5:\”
   title\”;s:0:\”\”;}s:12:\”_multiwidget\”;i:1;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’95’,’sidebars_widgets’,’a:12:{s:19:\”
   wp_inactive_widgets\”;a:0:{}s:8:\”sidebar1\”;a:6:{i:0;s:8:\”search-2\”;i:1;s:
   14:\”recent-posts-2\”;i:2;s:17:\”recent-comments-2\”;i:3;s:10:\”archives-2\”;
   i:4;s:12:\”categories-2\”;i:5;s:6:\”meta-2\”;}s:8:\”sidebar2\”;N;s:10:\”droppanel1\”;
   N;s:10:\”droppanel2\”;N;s:10:\”droppanel3\”;N;s:10:\”droppanel4\”;N;s:7:\”footer1\”;
   N;s:7:\”footer2\”;N;s:7:\”footer3\”;N;s:7:\”footer4\”;N;s:13:\”array_version\”;
   i:3;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (’97’,’cron’,’a:10:{i:1438783501;a:1:{
   s:26:\”action_scheduler_run_queue\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;
   a:3:{s:8:\”schedule\”;s:12:\”every_minute\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;
   i:60;}}}i:1438803359;a:1:{s:29:\”woo_vou_flush_upload_dir_cron\”;a:1:{s:32:\”
   40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}i:1438804620;a:1:{s:20:\”wp_maybe_auto_update\”;
   a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}i:1438825153;a:3:{s:16:\”wp_version_check\”;
   a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}s:17:\”wp_update_plugins\”;a:1:{
   s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}s:16:\”wp_update_themes\”;a:1:{
   s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}i:1438825918;a:1:{s:28:\”woocommerce_cleanup_sessions\”;
   a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}i:1438826400;a:1:{s:27:\”woocommerce_scheduled_sales\”;
   a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:5:\”daily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:86400;}}}i:1438868359;a:1:{s:19:\”wp_scheduled_delete\”;
   a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:5:\”daily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:86400;}}}i:1438869118;a:1:{s:30:\”woocommerce_tracker_send_event\”;
   a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:5:\”daily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:86400;}}}i:1438869349;a:1:{s:30:\”wp_scheduled_auto_draft_delete\”;
   a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:5:\”daily\”;
   s:4:\”args\”;a:0:{}s:8:\”interval\”;i:86400;}}}s:7:\”version\”;i:2;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘106′,’_transient_random_seed’,’7a54e83b1a480c9f573779a62299b4be’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘114′,’WPLANG’,’nl_NL’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘129′,’recently_activated’,’a:0:{}’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘130′,’woocommerce_default_country’,’
   NL’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘131′,’woocommerce_allowed_countries’,’
   specific’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘132′,’woocommerce_specific_allowed_countries’,’
   a:1:{i:0;s:2:\”NL\”;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘133′,’woocommerce_default_customer_address’,”,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘134′,’woocommerce_demo_store’,’no’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘135′,’woocommerce_demo_store_notice’,’
   This is a demo store for testing purposes — no orders shall be fulfilled.’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘136′,’woocommerce_api_enabled’,’yes’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘137′,’woocommerce_currency’,’EUR’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘138′,’woocommerce_currency_pos’,’left_space’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘139′,’woocommerce_price_thousand_sep’,’.’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘140′,’woocommerce_price_decimal_sep’,’,’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘141′,’woocommerce_price_num_decimals’,’
   2′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘142′,’woocommerce_weight_unit’,’kg’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘143′,’woocommerce_dimension_unit’,’cm’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘144′,’woocommerce_enable_review_rating’,’
   yes’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘145′,’woocommerce_review_rating_required’,’
   yes’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘146′,’woocommerce_review_rating_verification_label’,’
   yes’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘147′,’woocommerce_review_rating_verification_required’,’
   no’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘148′,’woocommerce_shop_page_id’,’4′,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘149′,’woocommerce_shop_page_display’,”,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘150′,’woocommerce_category_archive_display’,”,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘151′,’woocommerce_default_catalog_orderby’,’
   menu_order’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘152′,’woocommerce_cart_redirect_after_add’,’
   no’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘153′,’woocommerce_enable_ajax_add_to_cart’,’
   yes’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘154′,’shop_catalog_image_size’,’a:3:{
   s:5:\”width\”;s:3:\”300\”;s:6:\”height\”;s:3:\”300\”;s:4:\”crop\”;i:1;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘155′,’shop_single_image_size’,’a:3:{
   s:5:\”width\”;s:3:\”600\”;s:6:\”height\”;s:3:\”600\”;s:4:\”crop\”;i:1;}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘156′,’shop_thumbnail_image_size’,’a:
   3:{s:5:\”width\”;s:3:\”180\”;s:6:\”height\”;s:3:\”180\”;s:4:\”crop\”;i:1;}’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘157′,’woocommerce_enable_lightbox’,’
   yes’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘158′,’woocommerce_manage_stock’,’no’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘159′,’woocommerce_hold_stock_minutes’,’
   10080′,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘160′,’woocommerce_notify_low_stock’,’
   yes’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘161′,’woocommerce_notify_no_stock’,’
   yes’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘162′,’woocommerce_stock_email_recipient’,’
   bart@dmi.nu’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘163′,’woocommerce_notify_low_stock_amount’,’
   2′,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘164′,’woocommerce_notify_no_stock_amount’,’
   0′,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘165′,’woocommerce_hide_out_of_stock_items’,’
   no’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘166′,’woocommerce_stock_format’,”,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘167′,’woocommerce_file_download_method’,’
   force’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘168′,’woocommerce_downloads_require_login’,’
   no’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘169′,’woocommerce_downloads_grant_access_after_payment’,’
   yes’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘170′,’woocommerce_calc_taxes’,’yes’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘171′,’woocommerce_prices_include_tax’,’
   yes’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘172′,’woocommerce_tax_based_on’,’shipping’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘173′,’woocommerce_shipping_tax_class’,”,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘174′,’woocommerce_tax_round_at_subtotal’,’
   yes’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘175′,’woocommerce_tax_classes’,’Reduced
   Rate\r\nZero Rate’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘176′,’woocommerce_tax_display_shop’,’
   incl’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘177′,’woocommerce_tax_display_cart’,’
   incl’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘178′,’woocommerce_price_display_suffix’,”,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘179′,’woocommerce_tax_total_display’,’
   single’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘180′,’woocommerce_enable_coupons’,’no’,’
   no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘181′,’woocommerce_enable_guest_checkout’,’
   no’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘182′,’woocommerce_force_ssl_checkout’,’
   no’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘183′,’woocommerce_unforce_ssl_checkout’,’
   no’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘184′,’woocommerce_cart_page_id’,’5′,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘185′,’woocommerce_checkout_page_id’,’
   6′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘186′,’woocommerce_terms_page_id’,”,’
   no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘187′,’woocommerce_checkout_pay_endpoint’,’
   order-pay’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘188′,’woocommerce_checkout_order_received_endpoint’,’
   order-received’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘189′,’woocommerce_myaccount_add_payment_method_endpoint’,’
   add-payment-method’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘190′,’woocommerce_calc_shipping’,’no’,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘191′,’woocommerce_enable_shipping_calc’,’
   no’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘192′,’woocommerce_shipping_cost_requires_address’,’
   no’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘193′,’woocommerce_shipping_method_format’,”,’
   no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘194′,’woocommerce_ship_to_destination’,’
   billing’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘195′,’woocommerce_ship_to_countries’,”,’
   yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘196′,’woocommerce_specific_ship_to_countries’,’
   a:0:{}’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘197′,’woocommerce_myaccount_page_id’,’
   7′,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘198′,’woocommerce_myaccount_view_order_endpoint’,’
   view-order’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘199′,’woocommerce_myaccount_edit_account_endpoint’,’
   edit-account’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘200′,’woocommerce_myaccount_edit_address_endpoint’,’
   edit-address’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘201′,’woocommerce_myaccount_lost_password_endpoint’,’
   lost-password’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘202′,’woocommerce_logout_endpoint’,’
   customer-logout’,’yes’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘203′,’woocommerce_enable_signup_and_login_from_checkout’,’
   yes’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘204′,’woocommerce_enable_myaccount_registration’,’
   no’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with
   query: INSERT INTO `wp_options` VALUES (‘205′,’woocommerce_enable_checkout_login_reminder’,’
   yes’,’no’);
 * [Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base
   table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Payment Fees Lite] Ajax switch payment not work](https://wordpress.org/support/topic/ajax-switch-payment-not-work-1/)
 *  [bartdeman](https://wordpress.org/support/users/bartdeman/)
 * (@bartdeman)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/ajax-switch-payment-not-work-1/#post-6154257)
 * I’ve found the issue.
    I’ve used another plugin, exact same issue… but with the
   solution.
 * The problem lies in the child theme.
    [https://wordpress.org/support/topic/checkout-wont-let-me-switch-to-other-payment-methods-reload?replies=5](https://wordpress.org/support/topic/checkout-wont-let-me-switch-to-other-payment-methods-reload?replies=5)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Payment Fees Lite] Ajax switch payment not work](https://wordpress.org/support/topic/ajax-switch-payment-not-work-1/)
 *  [bartdeman](https://wordpress.org/support/users/bartdeman/)
 * (@bartdeman)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/ajax-switch-payment-not-work-1/#post-6154256)
 * I don’t understand both of the fixes.
    It works when I disable the plugin and
   I have an issue when I activate it again.
 * It does an update of the checkout but doesn’t hold the checked radio button.
 * Please help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] Restoring database keeps spinning](https://wordpress.org/support/topic/restoring-database-keeps-spinning/)
 *  [bartdeman](https://wordpress.org/support/users/bartdeman/)
 * (@bartdeman)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/restoring-database-keeps-spinning/#post-5689983)
 * Hi,
 * I’m having the same issue.
    Restoring database keeps spinning. And the ~/storage/
   error.log isn’t available.
 * I’ve made a export and import with version 3.2.2.
 * Best Regards,
    Bart

Viewing 4 replies - 1 through 4 (of 4 total)