0byt3m1n1
Path:
/
data
/
9
/
1
/
10
/
132
/
1825458
/
meta
/
1979485
/
mysql.backup
/
[
Home
]
File: 1_02d9578_2.mysqlcluster9.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster9 Database: 1_02d9578_2 -- ------------------------------------------------------ -- Server version 5.6.48-88.0-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_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) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) 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 NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) 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 DEFAULT CHARSET=utf8; /*!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 */; /*!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) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) 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) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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_mail_bank` -- DROP TABLE IF EXISTS `wp_mail_bank`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mail_bank` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` varchar(100) NOT NULL, `parent_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mail_bank` -- LOCK TABLES `wp_mail_bank` WRITE; /*!40000 ALTER TABLE `wp_mail_bank` DISABLE KEYS */; INSERT INTO `wp_mail_bank` VALUES (1,'email_configuration',0),(2,'email_logs',0),(3,'settings',0),(4,'roles_and_capabilities',0); /*!40000 ALTER TABLE `wp_mail_bank` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mail_bank_meta` -- DROP TABLE IF EXISTS `wp_mail_bank_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mail_bank_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `meta_id` int(11) NOT NULL, `meta_key` varchar(255) NOT NULL, `meta_value` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mail_bank_meta` -- LOCK TABLES `wp_mail_bank_meta` WRITE; /*!40000 ALTER TABLE `wp_mail_bank_meta` DISABLE KEYS */; INSERT INTO `wp_mail_bank_meta` VALUES (1,1,'email_configuration','a:19:{s:13:\"email_address\";s:19:\"aldmiller@gmail.com\";s:8:\"reply_to\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:11:\"mailer_type\";s:4:\"smtp\";s:25:\"sender_name_configuration\";s:13:\"dont_override\";s:11:\"sender_name\";s:16:\"Spectrum Website\";s:24:\"from_email_configuration\";s:13:\"dont_override\";s:12:\"sender_email\";s:18:\"info@35.199.146.99\";s:8:\"hostname\";s:13:\"smtp.zoho.com\";s:4:\"port\";s:3:\"465\";s:8:\"enc_type\";s:3:\"ssl\";s:9:\"auth_type\";s:5:\"plain\";s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"redirect_uri\";s:0:\"\";s:8:\"username\";s:22:\"almiller@35.199.146.99\";s:8:\"password\";s:12:\"ako3amI5Ym0=\";s:14:\"automatic_mail\";s:1:\"1\";}'),(2,3,'settings','a:4:{s:23:\"automatic_plugin_update\";s:7:\"disable\";s:10:\"debug_mode\";s:6:\"enable\";s:26:\"remove_tables_at_uninstall\";s:6:\"enable\";s:18:\"monitor_email_logs\";s:6:\"enable\";}'),(3,4,'roles_and_capabilities','a:10:{s:22:\"roles_and_capabilities\";s:11:\"1,1,1,0,0,0\";s:27:\"show_mail_bank_top_bar_menu\";s:6:\"enable\";s:24:\"administrator_privileges\";s:19:\"1,1,1,1,1,1,1,1,1,1\";s:17:\"author_privileges\";s:19:\"0,0,1,0,0,0,0,0,0,0\";s:17:\"editor_privileges\";s:19:\"0,0,1,0,0,0,1,0,0,0\";s:22:\"contributor_privileges\";s:19:\"0,0,0,0,0,0,1,0,0,0\";s:21:\"subscriber_privileges\";s:19:\"0,0,0,0,0,0,0,0,0,0\";s:30:\"others_full_control_capability\";s:1:\"0\";s:12:\"capabilities\";a:7:{i:0;s:14:\"manage_options\";i:1;s:12:\"edit_plugins\";i:2;s:10:\"edit_posts\";i:3;s:13:\"publish_posts\";i:4;s:13:\"publish_pages\";i:5;s:10:\"edit_pages\";i:6;s:4:\"read\";}s:22:\"other_roles_privileges\";N;}'),(4,2,'email_logs','a:11:{s:8:\"email_to\";s:19:\"aldmiller@gmail.com\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:7:\"subject\";s:70:\"[Spectrum Reduction Services] Your site has updated to WordPress 4.6.5\";s:7:\"content\";s:616:\"Howdy! Your site at http://35.199.146.99 has been updated automatically to WordPress 4.6.5.\n\nFor more on version 4.6.5, see the About WordPress screen:\nhttp://35.199.146.99/wp-admin/about.php\n\nWordPress 4.7.4 is also now available. Updating is easy and only takes a few moments:\nhttp://35.199.146.99/wp-admin/update-core.php\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/\n\nKeeping your site updated is important for security. It also makes the internet a safer place for you and your readers.\n\nThe WordPress Team\n\";s:11:\"sender_name\";s:16:\"Spectrum Website\";s:12:\"sender_email\";s:19:\"aldmiller@gmail.com\";s:10:\"debug_mode\";s:6:\"enable\";s:16:\"debugging_output\";s:1584:\"220 mx.zohomail.com SMTP Server ready April 20, 2017 11:48:43 AM PDT\r\nEHLO localhost\r\n250-mx.zohomail.com Hello localhost (192.210.193.118 (192.210.193.118))\r\n250-AUTH LOGIN PLAIN\r\n250 SIZE 53477376\r\nAUTH PLAIN\r\n334\r\nAGFsbWlsbGVyQHNwZWN0cnVtYWcuY29tAGpKN2piOWJt\r\n235 Authentication Successful\r\nMAIL FROM:<aldmiller@gmail.com>\r\n250 Sender <aldmiller@gmail.com> OK\r\nRCPT TO:<aldmiller@gmail.com>\r\n250 Recipient <aldmiller@gmail.com> OK\r\nDATA\r\n354 Ok Send data ending with <CRLF>.<CRLF>\r\nFrom: Spectrum Website <aldmiller@gmail.com>\r\nSender: aldmiller@gmail.com\r\nTo: aldmiller@gmail.com\r\nSubject: [Spectrum Reduction Services] Your site has updated to WordPress 4.6.5\r\nDate: Thu, 20 Apr 2017 18:48:43 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Your site at http://35.199.146.99 has been updated automatic=\r\nally to WordPress 4.6.5.=0A=0AFor more on version 4.6.5, see the About W=\r\nordPress screen:=0Ahttp://35.199.146.99/wp-admin/about.php=0A=0AWor=\r\ndPress 4.7.4 is also now available. Updating is easy and only takes a fe=\r\nw moments:=0Ahttp://35.199.146.99/wp-admin/update-core.php=0A=0AIf=\r\n you experience any issues or need support, the volunteers in the WordPr=\r\ness.org support forums may be able to help.=0Ahttps://wordpress.org/supp=\r\nort/=0A=0AKeeping your site updated is important for security. It also m=\r\nakes the internet a safer place for you and your readers.=0A=0AThe WordP=\r\nress Team=0A\r\n.\r\n553 Relaying disallowed as Spectrum Website <aldmiller@gmail.com>\r\n\";s:9:\"timestamp\";i:1492714123;s:6:\"status\";s:8:\"Not Sent\";}'),(5,2,'email_logs','a:11:{s:8:\"email_to\";s:19:\"aldmiller@gmail.com\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:7:\"subject\";s:70:\"[Spectrum Reduction Services] Your site has updated to WordPress 4.6.6\";s:7:\"content\";s:616:\"Howdy! Your site at http://35.199.146.99 has been updated automatically to WordPress 4.6.6.\n\nFor more on version 4.6.6, see the About WordPress screen:\nhttp://35.199.146.99/wp-admin/about.php\n\nWordPress 4.7.5 is also now available. Updating is easy and only takes a few moments:\nhttp://35.199.146.99/wp-admin/update-core.php\n\nIf you experience any issues or need support, the volunteers in the WordPress.org support forums may be able to help.\nhttps://wordpress.org/support/\n\nKeeping your site updated is important for security. It also makes the internet a safer place for you and your readers.\n\nThe WordPress Team\n\";s:11:\"sender_name\";s:16:\"Spectrum Website\";s:12:\"sender_email\";s:19:\"aldmiller@gmail.com\";s:10:\"debug_mode\";s:6:\"enable\";s:16:\"debugging_output\";s:1581:\"220 mx.zohomail.com SMTP Server ready May 16, 2017 3:48:55 PM PDT\r\nEHLO localhost\r\n250-mx.zohomail.com Hello localhost (192.210.193.118 (192.210.193.118))\r\n250-AUTH LOGIN PLAIN\r\n250 SIZE 53477376\r\nAUTH PLAIN\r\n334\r\nAGFsbWlsbGVyQHNwZWN0cnVtYWcuY29tAGpKN2piOWJt\r\n235 Authentication Successful\r\nMAIL FROM:<aldmiller@gmail.com>\r\n250 Sender <aldmiller@gmail.com> OK\r\nRCPT TO:<aldmiller@gmail.com>\r\n250 Recipient <aldmiller@gmail.com> OK\r\nDATA\r\n354 Ok Send data ending with <CRLF>.<CRLF>\r\nFrom: Spectrum Website <aldmiller@gmail.com>\r\nSender: aldmiller@gmail.com\r\nTo: aldmiller@gmail.com\r\nSubject: [Spectrum Reduction Services] Your site has updated to WordPress 4.6.6\r\nDate: Tue, 16 May 2017 22:48:55 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHowdy! Your site at http://35.199.146.99 has been updated automatic=\r\nally to WordPress 4.6.6.=0A=0AFor more on version 4.6.6, see the About W=\r\nordPress screen:=0Ahttp://35.199.146.99/wp-admin/about.php=0A=0AWor=\r\ndPress 4.7.5 is also now available. Updating is easy and only takes a fe=\r\nw moments:=0Ahttp://35.199.146.99/wp-admin/update-core.php=0A=0AIf=\r\n you experience any issues or need support, the volunteers in the WordPr=\r\ness.org support forums may be able to help.=0Ahttps://wordpress.org/supp=\r\nort/=0A=0AKeeping your site updated is important for security. It also m=\r\nakes the internet a safer place for you and your readers.=0A=0AThe WordP=\r\nress Team=0A\r\n.\r\n553 Relaying disallowed as Spectrum Website <aldmiller@gmail.com>\r\n\";s:9:\"timestamp\";i:1494974936;s:6:\"status\";s:8:\"Not Sent\";}'),(6,2,'email_logs','a:11:{s:8:\"email_to\";s:25:\"adam.dale.grant@gmail.com\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:7:\"subject\";s:55:\"[Spectrum Reduction Services] Notice of Password Change\";s:7:\"content\";s:318:\"Hi adamgrant,\n\nThis notice confirms that your password was changed on Spectrum Reduction Services.\n\nIf you did not change your password, please contact the Site Administrator at\naldmiller@gmail.com\n\nThis email has been sent to adam.dale.grant@gmail.com\n\nRegards,\nAll at Spectrum Reduction Services\nhttp://35.199.146.99\";s:11:\"sender_name\";s:16:\"Spectrum Website\";s:12:\"sender_email\";s:19:\"aldmiller@gmail.com\";s:10:\"debug_mode\";s:6:\"enable\";s:16:\"debugging_output\";s:20:\"Connection timed out\";s:9:\"timestamp\";i:1503376626;s:6:\"status\";s:8:\"Not Sent\";}'); /*!40000 ALTER TABLE `wp_mail_bank_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mk_components` -- DROP TABLE IF EXISTS `wp_mk_components`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mk_components` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `type` varchar(20) NOT NULL, `status` tinyint(1) NOT NULL, `name` varchar(40) NOT NULL, `added_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `wp_mk_components_type` (`type`), KEY `wp_mk_components_status` (`status`), KEY `wp_mk_components_name` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=6243 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mk_components` -- LOCK TABLES `wp_mk_components` WRITE; /*!40000 ALTER TABLE `wp_mk_components` DISABLE KEYS */; INSERT INTO `wp_mk_components` VALUES (6227,'short_code',1,'mk_button','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6228,'short_code',1,'mk_audio','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6229,'short_code',1,'mk_swipe_slideshow','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6230,'short_code',1,'vc_row','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6231,'short_code',1,'vc_column','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6232,'short_code',1,'vc_row_inner','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6233,'short_code',1,'mk_padding_divider','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6234,'short_code',1,'mk_fancy_title','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6235,'short_code',1,'mk_milestone','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6236,'short_code',1,'mk_page_section','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6237,'short_code',1,'mk_title_box','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6238,'short_code',1,'mk_flipbox','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6239,'short_code',1,'mk_steps','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6240,'short_code',1,'mk_divider','2017-10-22 22:09:34','2017-10-22 22:09:34'),(6241,'short_code',1,'mk_contact_form','2017-10-22 22:09:47','2017-10-22 22:09:47'),(6242,'short_code',1,'mk_blog','2017-10-27 16:41:42','2017-10-27 16:41:42'); /*!40000 ALTER TABLE `wp_mk_components` 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) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=31519 DEFAULT CHARSET=utf8; /*!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 (31498,'active_plugins','a:1:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";}','yes'),(31499,'ai1wm_secret_key','GHi8vdpF6TIb','yes'),(31500,'ai1wm_auth_user','','yes'),(31501,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31502,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31503,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31504,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31505,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31506,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31507,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31508,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31509,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31510,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31511,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31512,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31513,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31514,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31515,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31516,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31517,'cron','a:2:{i:1545425527;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'),(31518,'_transient_doing_cron','1604157762.2390460968017578125000','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=2 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=4 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','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-02-06 17:51:13','2018-02-06 17:51:13','',0,'http://rhmason.com//?p=1',0,'post','',1),(2,1,'2018-02-06 17:51:13','2018-02-06 17:51:13','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://rhmason.com//wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-02-06 17:51:13','2018-02-06 17:51:13','',0,'http://rhmason.com//?page_id=2',0,'page','',0),(3,1,'2018-12-21 17:43:50','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-12-21 17:43:50','0000-00-00 00:00:00','',0,'http://rhmason.com/?p=3',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=20 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','adamgrant'),(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','1'),(16,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:1:{s:64:\"cc29013a1ca8af6d14dd9397e480c59b47586f394186823cbdaf84bf07d9c64c\";a:4:{s:10:\"expiration\";i:1545587027;s:2:\"ip\";s:10:\"71.57.1.57\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:5:\"login\";i:1545414227;}}'),(18,1,'wp_dashboard_quick_press_last_post_id','3'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:9:\"71.57.1.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,'adamgrant','$P$BRKEWOi3GeY5Pzg9i46pSzFe.l1qV3/','adamgrant','patrick@allevi8marketing.com','','2018-02-06 17:51:13','',0,'adamgrant'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02d9578_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 2020-10-31 11:40:31