1 | -- phpMyAdmin SQL Dump |
---|
2 | -- version 4.0.4.1 |
---|
3 | -- http://www.phpmyadmin.net |
---|
4 | -- |
---|
5 | -- Host: 127.0.0.1 |
---|
6 | -- Generation Time: Dec 09, 2013 at 03:28 PM |
---|
7 | -- Server version: 5.6.14-log |
---|
8 | -- PHP Version: 5.5.3 |
---|
9 | |
---|
10 | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; |
---|
11 | SET time_zone = "+00:00"; |
---|
12 | |
---|
13 | |
---|
14 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; |
---|
15 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; |
---|
16 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; |
---|
17 | /*!40101 SET NAMES utf8 */; |
---|
18 | |
---|
19 | -- |
---|
20 | -- Database: `wp` |
---|
21 | -- |
---|
22 | |
---|
23 | -- -------------------------------------------------------- |
---|
24 | |
---|
25 | -- |
---|
26 | -- Table structure for table `wp_posts` |
---|
27 | -- |
---|
28 | |
---|
29 | CREATE TABLE IF NOT EXISTS `wp_posts` ( |
---|
30 | `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, |
---|
31 | `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', |
---|
32 | `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', |
---|
33 | `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', |
---|
34 | `post_content` longtext NOT NULL, |
---|
35 | `post_title` text NOT NULL, |
---|
36 | `post_excerpt` text NOT NULL, |
---|
37 | `post_status` varchar(20) NOT NULL DEFAULT 'publish', |
---|
38 | `comment_status` varchar(20) NOT NULL DEFAULT 'open', |
---|
39 | `ping_status` varchar(20) NOT NULL DEFAULT 'open', |
---|
40 | `post_password` varchar(20) NOT NULL DEFAULT '', |
---|
41 | `post_name` varchar(200) NOT NULL DEFAULT '', |
---|
42 | `to_ping` text NOT NULL, |
---|
43 | `pinged` text NOT NULL, |
---|
44 | `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', |
---|
45 | `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', |
---|
46 | `post_content_filtered` longtext NOT NULL, |
---|
47 | `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', |
---|
48 | `guid` varchar(255) NOT NULL DEFAULT '', |
---|
49 | `menu_order` int(11) NOT NULL DEFAULT '0', |
---|
50 | `post_type` varchar(20) NOT NULL DEFAULT 'post', |
---|
51 | `post_mime_type` varchar(100) NOT NULL DEFAULT '', |
---|
52 | `comment_count` bigint(20) NOT NULL DEFAULT '0', |
---|
53 | PRIMARY KEY (`ID`), |
---|
54 | KEY `post_name` (`post_name`), |
---|
55 | KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), |
---|
56 | KEY `post_parent` (`post_parent`), |
---|
57 | KEY `post_author` (`post_author`) |
---|
58 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=90611 ; |
---|
59 | |
---|
60 | -- |
---|
61 | -- Dumping data for table `wp_posts` |
---|
62 | -- |
---|
63 | |
---|
64 | INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES |
---|
65 | (90581, 1, '2013-12-08 17:11:06', '2013-12-08 06:11:06', 'LastActiveTopicTest\nCreated 5:11pm 8DEC2013\n1st Edit 5:51pm\n2nd Edit 7:44pm\n3rd Edit 9:24pm', 'LastActiveTopicTest', '', 'publish', 'closed', 'open', '', 'lastactivetopictest', '', '', '2013-12-08 21:25:06', '2013-12-08 10:25:06', '', 42584, 'http://127.0.0.1/forums/topic/lastactivetopictest/', 0, 'topic', '', 0), |
---|
66 | (90582, 1, '2013-12-08 17:11:06', '2013-12-08 06:11:06', 'LastActiveTopicTest\nCreated 5:11pm 8DEC2013', 'LastActiveTopicTest', '', 'inherit', 'open', 'open', '', '90581-revision-v1', '', '', '2013-12-08 17:11:06', '2013-12-08 06:11:06', '', 90581, 'http://127.0.0.1/90581-revision-v1/', 0, 'revision', '', 0), |
---|
67 | (90583, 1, '2013-12-08 17:11:33', '2013-12-08 06:11:33', '1st Reply\nCreated 5:11pm 8DEC2013', '', '', 'publish', 'closed', 'open', '', '90583', '', '', '2013-12-08 17:11:33', '2013-12-08 06:11:33', '', 90581, 'http://127.0.0.1/forums/reply/90583/', 1, 'reply', '', 0), |
---|
68 | (90587, 1, '2013-12-08 17:35:19', '2013-12-08 06:35:19', '2nd Reply\nCreated 5:35pm 8DEC2013', '', '', 'publish', 'closed', 'open', '', '90587', '', '', '2013-12-08 17:35:19', '2013-12-08 06:35:19', '', 90581, 'http://127.0.0.1/forums/reply/90587/', 2, 'reply', '', 0), |
---|
69 | (90588, 1, '2013-12-08 17:47:42', '2013-12-08 06:47:42', '3rd Reply\nCreated 5:47pm 8DEC2013', '', '', 'publish', 'closed', 'open', '', '90588', '', '', '2013-12-08 17:47:42', '2013-12-08 06:47:42', '', 90581, 'http://127.0.0.1/forums/reply/90588/', 3, 'reply', '', 0), |
---|
70 | (90590, 1, '2013-12-08 17:51:56', '2013-12-08 06:51:56', 'LastActiveTopicTest\nCreated 5:11pm 8DEC2013\n1st Edit 5:51pm', 'LastActiveTopicTest', '', 'inherit', 'open', 'open', '', '90581-revision-v1', '', '', '2013-12-08 17:51:56', '2013-12-08 06:51:56', '', 90581, 'http://127.0.0.1/90581-revision-v1/', 0, 'revision', '', 0), |
---|
71 | (90595, 1, '2013-12-08 19:44:30', '2013-12-08 08:44:30', '4th Reply\nCreated 7:44pm 8DEC2013', '', '', 'publish', 'closed', 'open', '', '90595', '', '', '2013-12-08 19:44:30', '2013-12-08 08:44:30', '', 90581, 'http://127.0.0.1/forums/reply/90595/', 4, 'reply', '', 0), |
---|
72 | (90596, 1, '2013-12-08 19:44:59', '2013-12-08 08:44:59', 'LastActiveTopicTest\nCreated 5:11pm 8DEC2013\n1st Edit 5:51pm\n2nd Edit 7:44pm', 'LastActiveTopicTest', '', 'inherit', 'open', 'open', '', '90581-revision-v1', '', '', '2013-12-08 19:44:59', '2013-12-08 08:44:59', '', 90581, 'http://127.0.0.1/90581-revision-v1/', 0, 'revision', '', 0), |
---|
73 | (90610, 1, '2013-12-08 21:25:06', '2013-12-08 10:25:06', 'LastActiveTopicTest\nCreated 5:11pm 8DEC2013\n1st Edit 5:51pm\n2nd Edit 7:44pm\n3rd Edit 9:24pm', 'LastActiveTopicTest', '', 'inherit', 'open', 'open', '', '90581-revision-v1', '', '', '2013-12-08 21:25:06', '2013-12-08 10:25:06', '', 90581, 'http://127.0.0.1/90581-revision-v1/', 0, 'revision', '', 0); |
---|
74 | |
---|
75 | /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; |
---|
76 | /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; |
---|
77 | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; |
---|