0byt3m1n1
Path:
/
data
/
19
/
1
/
82
/
158
/
1897973
/
meta
/
2064981
/
mysql.backup
/
[
Home
]
File: 1_02e3761_2.mysqlcluster17.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster17 Database: 1_02e3761_2 -- ------------------------------------------------------ -- Server version 5.6.43-84.3-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_GDFormAddressFieldOptions` -- DROP TABLE IF EXISTS `wp_GDFormAddressFieldOptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormAddressFieldOptions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Field` int(11) unsigned NOT NULL, `ShowCountry` int(1) DEFAULT '1', `PlaceholderCountry` int(11) unsigned DEFAULT NULL, `Countries` text, `ShowState` int(1) DEFAULT '1', `ShowCity` int(1) DEFAULT '1', `ShowAddress` int(1) DEFAULT '1', `ShowZip` int(1) DEFAULT '1', `SearchOn` int(1) DEFAULT '1', PRIMARY KEY (`Id`), KEY `Field` (`Field`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormAddressFieldOptions` -- LOCK TABLES `wp_GDFormAddressFieldOptions` WRITE; /*!40000 ALTER TABLE `wp_GDFormAddressFieldOptions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormAddressFieldOptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormCaptchas` -- DROP TABLE IF EXISTS `wp_GDFormCaptchas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormCaptchas` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Field` int(11) unsigned DEFAULT NULL, `Captcha` varchar(11) DEFAULT NULL, `Created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`Id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormCaptchas` -- LOCK TABLES `wp_GDFormCaptchas` WRITE; /*!40000 ALTER TABLE `wp_GDFormCaptchas` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormCaptchas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormFieldOptions` -- DROP TABLE IF EXISTS `wp_GDFormFieldOptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormFieldOptions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` varchar(255) DEFAULT NULL, `Value` varchar(255) DEFAULT NULL, `Field` int(11) unsigned DEFAULT NULL, `Checked` int(1) DEFAULT '0', `Ordering` int(3) DEFAULT '0', `Image` varchar(255) DEFAULT NULL, PRIMARY KEY (`Id`), KEY `Field` (`Field`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormFieldOptions` -- LOCK TABLES `wp_GDFormFieldOptions` WRITE; /*!40000 ALTER TABLE `wp_GDFormFieldOptions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormFieldOptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormFieldTypes` -- DROP TABLE IF EXISTS `wp_GDFormFieldTypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormFieldTypes` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, `IsFree` int(1) DEFAULT '1', PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormFieldTypes` -- LOCK TABLES `wp_GDFormFieldTypes` WRITE; /*!40000 ALTER TABLE `wp_GDFormFieldTypes` DISABLE KEYS */; INSERT INTO `wp_GDFormFieldTypes` VALUES (1,'text',1),(2,'email',1),(3,'number',1),(4,'textarea',1),(5,'radio',1),(6,'checkbox',1),(7,'selectbox',1),(8,'date',1),(9,'recaptcha',1),(10,'map',2),(11,'captcha',1),(12,'imageselect',2),(13,'html',1),(14,'password',2),(15,'phone',1),(16,'address',2),(17,'upload',1),(18,'submit',1),(19,'donation',2); /*!40000 ALTER TABLE `wp_GDFormFieldTypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormFields` -- DROP TABLE IF EXISTS `wp_GDFormFields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormFields` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Form` int(11) unsigned DEFAULT NULL, `Label` varchar(100) DEFAULT NULL, `LabelPosition` int(11) unsigned NOT NULL DEFAULT '1', `Required` int(1) DEFAULT '0', `Disabled` int(1) DEFAULT '0', `Class` varchar(30) DEFAULT NULL, `ContainerClass` varchar(30) DEFAULT NULL, `HelperText` text, `TypeId` int(11) unsigned DEFAULT '1', `DefaultValue` text, `Placeholder` varchar(255) DEFAULT NULL, `Ordering` int(3) DEFAULT '0', `Resizable` int(1) DEFAULT '0', `LimitNumber` int(10) DEFAULT '0', `LimitType` varchar(4) DEFAULT 'char', `LimitText` varchar(100) DEFAULT NULL, `Minimum` float DEFAULT '0', `Maximum` float DEFAULT '10000', `NumberType` varchar(5) DEFAULT 'int', `OptionType` varchar(12) DEFAULT NULL, `MapCenter` varchar(100) DEFAULT '{lat:48.2222,lng:15.2222}', `Draggable` int(1) DEFAULT '1', `RecaptchaType` varchar(8) DEFAULT NULL, `RecaptchaStyle` varchar(5) DEFAULT NULL, `MaskOn` int(1) DEFAULT NULL, `MaskPattern` varchar(100) DEFAULT NULL, `FileTypes` varchar(255) DEFAULT NULL, `UploadSize` int(4) DEFAULT '2', `MultipleUpload` int(1) DEFAULT NULL, `MinDate` varchar(40) DEFAULT NULL, `MaxDate` varchar(40) DEFAULT NULL, `DateFormat` varchar(15) DEFAULT 'dd/mm/yy', `Height` int(4) DEFAULT NULL, `LimitSelected` int(4) DEFAULT NULL, `SearchOn` int(1) DEFAULT '1', `PasswordViewToggle` int(1) DEFAULT '0', PRIMARY KEY (`Id`), KEY `Form` (`Form`), KEY `LabelPosition` (`LabelPosition`), KEY `TypeId` (`TypeId`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormFields` -- LOCK TABLES `wp_GDFormFields` WRITE; /*!40000 ALTER TABLE `wp_GDFormFields` DISABLE KEYS */; INSERT INTO `wp_GDFormFields` VALUES (1,1,'Choose File',1,0,0,'','','',17,NULL,'',0,0,0,'char',NULL,0,10000,'int',NULL,'{lat:48.2222,lng:15.2222}',1,NULL,NULL,NULL,NULL,'.jpeg,.png,.docx,.pdf,.txt,.csv,.ppt',2,0,NULL,NULL,'dd/mm/yy',NULL,NULL,1,0),(10,1,'Submit',1,0,0,'','','',18,NULL,'',1,0,0,'char',NULL,0,10000,'int',NULL,'{lat:48.2222,lng:15.2222}',1,NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,NULL,'dd/mm/yy',NULL,NULL,1,0); /*!40000 ALTER TABLE `wp_GDFormFields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormForms` -- DROP TABLE IF EXISTS `wp_GDFormForms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormForms` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, `DisplayTitle` int(1) unsigned NOT NULL DEFAULT '1', `ActionOnsubmitId` int(11) unsigned NOT NULL DEFAULT '1', `LabelsPositionId` int(11) unsigned NOT NULL DEFAULT '4', `ThemeId` int(5) unsigned NOT NULL DEFAULT '1', `EmailUsers` int(1) unsigned NOT NULL DEFAULT '1', `EmailAdmin` int(1) unsigned NOT NULL DEFAULT '1', `FromEmail` varchar(50) DEFAULT NULL, `FromName` varchar(50) DEFAULT NULL, `UserSubject` varchar(255) DEFAULT 'You Submitted a Form', `AdminSubject` varchar(255) DEFAULT 'A Form Was Submitted on Your Website', `UserMessage` text, `AdminMessage` text, `AdminEmail` varchar(50) DEFAULT NULL, `SuccessMessage` text, `HideFormOnsubmit` int(1) DEFAULT '0', `RedirectUrl` varchar(255) DEFAULT NULL, `EmailFormatError` varchar(100) DEFAULT NULL, `RequiredEmptyError` varchar(100) DEFAULT NULL, `UploadSizeError` varchar(100) DEFAULT NULL, `UploadFormatError` varchar(100) DEFAULT NULL, `SaveSubmissions` int(1) DEFAULT '1', `Recaptcha` varchar(7) DEFAULT NULL, `SubmitNoticeShown` int(1) DEFAULT '0', `IsPreview` int(1) DEFAULT '0', PRIMARY KEY (`Id`), KEY `ThemeId` (`ThemeId`), KEY `LabelsPositionId` (`LabelsPositionId`), KEY `ActionOnsubmitId` (`ActionOnsubmitId`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormForms` -- LOCK TABLES `wp_GDFormForms` WRITE; /*!40000 ALTER TABLE `wp_GDFormForms` DISABLE KEYS */; INSERT INTO `wp_GDFormForms` VALUES (1,'upload-option',1,1,4,1,1,1,'','','You Submitted a Form','A Form Was Submitted on Your Website','<p>Thank You For Your Submission. We will get back to you as soon as possible.</p>','<p>Form Was Submitted on Your Website. [formData]</p>','middleton.ade@gmail.com','<p>Thank You For Contacting Us</p>',0,'','Wrong Email Format','This field is required','Max Upload Size Exceeded','Wrong File Format',1,NULL,1,0); /*!40000 ALTER TABLE `wp_GDFormForms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormLabelPositions` -- DROP TABLE IF EXISTS `wp_GDFormLabelPositions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormLabelPositions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormLabelPositions` -- LOCK TABLES `wp_GDFormLabelPositions` WRITE; /*!40000 ALTER TABLE `wp_GDFormLabelPositions` DISABLE KEYS */; INSERT INTO `wp_GDFormLabelPositions` VALUES (1,'default'),(2,'left'),(3,'right'),(4,'above'); /*!40000 ALTER TABLE `wp_GDFormLabelPositions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormOnsubmitActions` -- DROP TABLE IF EXISTS `wp_GDFormOnsubmitActions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormOnsubmitActions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormOnsubmitActions` -- LOCK TABLES `wp_GDFormOnsubmitActions` WRITE; /*!40000 ALTER TABLE `wp_GDFormOnsubmitActions` DISABLE KEYS */; INSERT INTO `wp_GDFormOnsubmitActions` VALUES (1,'Success Message'),(2,'Redirect'),(3,'Reset Form'); /*!40000 ALTER TABLE `wp_GDFormOnsubmitActions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormSettings` -- DROP TABLE IF EXISTS `wp_GDFormSettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormSettings` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` varchar(50) DEFAULT NULL, `Value` varchar(50) DEFAULT NULL, PRIMARY KEY (`Id`), UNIQUE KEY `Name` (`Name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormSettings` -- LOCK TABLES `wp_GDFormSettings` WRITE; /*!40000 ALTER TABLE `wp_GDFormSettings` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormSettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormSubmissionFields` -- DROP TABLE IF EXISTS `wp_GDFormSubmissionFields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormSubmissionFields` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Submission` int(11) unsigned DEFAULT NULL, `Field` int(11) unsigned NOT NULL, `Value` text, PRIMARY KEY (`Id`), KEY `Field` (`Field`), KEY `Submission` (`Submission`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormSubmissionFields` -- LOCK TABLES `wp_GDFormSubmissionFields` WRITE; /*!40000 ALTER TABLE `wp_GDFormSubmissionFields` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormSubmissionFields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormSubmissions` -- DROP TABLE IF EXISTS `wp_GDFormSubmissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormSubmissions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `Form` int(11) unsigned DEFAULT NULL, `IpAddress` varchar(39) DEFAULT NULL, `Viewed` int(1) DEFAULT '0', `Spam` int(1) DEFAULT '0', PRIMARY KEY (`Id`), KEY `Form` (`Form`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormSubmissions` -- LOCK TABLES `wp_GDFormSubmissions` WRITE; /*!40000 ALTER TABLE `wp_GDFormSubmissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormSubmissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormThemes` -- DROP TABLE IF EXISTS `wp_GDFormThemes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormThemes` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormThemes` -- LOCK TABLES `wp_GDFormThemes` WRITE; /*!40000 ALTER TABLE `wp_GDFormThemes` DISABLE KEYS */; INSERT INTO `wp_GDFormThemes` VALUES (1,'Default'); /*!40000 ALTER TABLE `wp_GDFormThemes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-02-06 17:51:13','2018-02-06 17:51:13','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2130 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (2106,'active_plugins','a:2:{i:0;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";}','yes'),(2109,'ai1wm_secret_key','SA50yBHcBNuQ','yes'),(2110,'ai1wm_auth_user','','yes'),(2111,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2112,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2113,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2114,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2115,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2116,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2117,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2118,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2119,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2120,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2121,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2122,'nonce_key','33(Fu??WLe7^(z%x(FuoeHA6Li%Crm535U#Lv~OmYgbV/dey)z&8G 3~tH*Ei[j6','no'),(2123,'nonce_salt','>E6?6^e1(a^.&tpK~k&3SYE[KEQKrZ*93EiTmj3|/By<1Q/]+{7%D~8N(O[9(?jy','no'),(2124,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2125,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2126,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2127,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2128,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2129,'cron','a:2:{i:1552504217;a:4:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}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;}}}s:7:\"version\";i:2;}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2018-02-06 17:51:13','2018-02-06 17:51:13','','Hello world!','','publish','open','open','','hello-world','','','2018-02-06 17:51:13','2018-02-06 17:51:13','',0,'',0,'post','',1),(2,1,'2018-02-06 17:51:13','2018-02-06 17:51:13','','Sample Page','','publish','closed','open','','sample-page','','','2018-02-06 17:51:13','2018-02-06 17:51:13','',0,'',0,'page','',0),(3,1,'2019-03-13 15:11:26','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-03-13 15:11:26','0000-00-00 00:00:00','',0,'',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','mcharryadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'default_password_nag',''),(16,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:2:{s:64:\"a876ccd23c66d4c649b5f5b353fbb65267bd49c54cfe6e45c52cd71e61ad3493\";a:4:{s:10:\"expiration\";i:1552662682;s:2:\"ip\";s:14:\"208.93.204.235\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1552489882;}s:64:\"bc83afa05e36a4266384dc81e2973365b7ada0759dd8ed90e7d85c177707f31f\";a:4:{s:10:\"expiration\";i:1552672574;s:2:\"ip\";s:14:\"208.93.204.235\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1552499774;}}'),(18,1,'wp_user-settings','libraryContent=browse&imgsize=full&editor=html'),(19,1,'wp_user-settings-time','1552489881'),(20,1,'wp_dashboard_quick_press_last_post_id','3'),(21,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"208.93.204.0\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'mcharryadmin','52bc3014b055df981d8e65b5c2bbdb57','mcharryadmin','jehrlich@mcharry.com','','2018-02-06 17:51:13','',0,'mcharryadmin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02e3761_2' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-03-18 10:53:13