· 8 years ago · Jun 26, 2018, 04:04 AM
1-- MySQL dump 10.13 Distrib 5.1.48, for openbsd4.8 (x86_64)
2--
3-- Host: localhost Database: androidHelp
4-- ------------------------------------------------------
5-- Server version 5.1.48-log
6
7/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
9/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
10/*!40101 SET NAMES utf8 */;
11/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
12/*!40103 SET TIME_ZONE='+00:00' */;
13/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
14/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
15/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
16/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
17
18--
19-- Current Database: `androidHelp`
20--
21
22CREATE DATABASE /*!32312 IF NOT EXISTS*/ `androidHelp` /*!40100 DEFAULT CHARACTER SET latin1 */;
23
24USE `androidHelp`;
25
26--
27-- Table structure for table `about`
28--
29
30DROP TABLE IF EXISTS `about`;
31/*!40101 SET @saved_cs_client = @@character_set_client */;
32/*!40101 SET character_set_client = utf8 */;
33CREATE TABLE `about` (
34 `contributors` text,
35 `comment` text
36) ENGINE=MyISAM DEFAULT CHARSET=latin1;
37/*!40101 SET character_set_client = @saved_cs_client */;
38
39--
40-- Dumping data for table `about`
41--
42
43LOCK TABLES `about` WRITE;
44/*!40000 ALTER TABLE `about` DISABLE KEYS */;
45/*!40000 ALTER TABLE `about` ENABLE KEYS */;
46UNLOCK TABLES;
47
48--
49-- Table structure for table `adb`
50--
51
52DROP TABLE IF EXISTS `adb`;
53/*!40101 SET @saved_cs_client = @@character_set_client */;
54/*!40101 SET character_set_client = utf8 */;
55CREATE TABLE `adb` (
56 `info` text,
57 `links` text
58) ENGINE=MyISAM DEFAULT CHARSET=latin1;
59/*!40101 SET character_set_client = @saved_cs_client */;
60
61--
62-- Dumping data for table `adb`
63--
64
65LOCK TABLES `adb` WRITE;
66/*!40000 ALTER TABLE `adb` DISABLE KEYS */;
67/*!40000 ALTER TABLE `adb` ENABLE KEYS */;
68UNLOCK TABLES;
69
70--
71-- Table structure for table `codes`
72--
73
74DROP TABLE IF EXISTS `codes`;
75/*!40101 SET @saved_cs_client = @@character_set_client */;
76/*!40101 SET character_set_client = utf8 */;
77CREATE TABLE `codes` (
78 `devicename` text,
79 `code` text,
80 `comment` text,
81 `supportlinks` text
82) ENGINE=MyISAM DEFAULT CHARSET=latin1;
83/*!40101 SET character_set_client = @saved_cs_client */;
84
85--
86-- Dumping data for table `codes`
87--
88
89LOCK TABLES `codes` WRITE;
90/*!40000 ALTER TABLE `codes` DISABLE KEYS */;
91/*!40000 ALTER TABLE `codes` ENABLE KEYS */;
92UNLOCK TABLES;
93
94--
95-- Table structure for table `help`
96--
97
98DROP TABLE IF EXISTS `help`;
99/*!40101 SET @saved_cs_client = @@character_set_client */;
100/*!40101 SET character_set_client = utf8 */;
101CREATE TABLE `help` (
102 `argumentamount` text,
103 `types` text,
104 `errormsg` text
105) ENGINE=MyISAM DEFAULT CHARSET=latin1;
106/*!40101 SET character_set_client = @saved_cs_client */;
107
108--
109-- Dumping data for table `help`
110--
111
112LOCK TABLES `help` WRITE;
113/*!40000 ALTER TABLE `help` DISABLE KEYS */;
114INSERT INTO `help` VALUES ('2','root','!help root <devicename>'),('2','codes','!help codes <devicename>'),('1','info','!info <devicename>');
115/*!40000 ALTER TABLE `help` ENABLE KEYS */;
116UNLOCK TABLES;
117
118--
119-- Table structure for table `root`
120--
121
122DROP TABLE IF EXISTS `root`;
123/*!40101 SET @saved_cs_client = @@character_set_client */;
124/*!40101 SET character_set_client = utf8 */;
125CREATE TABLE `root` (
126 `devicename` text,
127 `pkglnks` text,
128 `drvlnks` text,
129 `adblnk` text,
130 `problems` text,
131 `workarounds` text,
132 `1clickrootsupport` int(11) DEFAULT NULL,
133 `superroot` int(11) DEFAULT NULL,
134 `supportlinks` text
135) ENGINE=MyISAM DEFAULT CHARSET=latin1;
136/*!40101 SET character_set_client = @saved_cs_client */;
137
138--
139-- Dumping data for table `root`
140--
141
142LOCK TABLES `root` WRITE;
143/*!40000 ALTER TABLE `root` DISABLE KEYS */;
144/*!40000 ALTER TABLE `root` ENABLE KEYS */;
145UNLOCK TABLES;
146
147--
148-- Table structure for table `version`
149--
150
151DROP TABLE IF EXISTS `version`;
152/*!40101 SET @saved_cs_client = @@character_set_client */;
153/*!40101 SET character_set_client = utf8 */;
154CREATE TABLE `version` (
155 `vernums` text,
156 `vernames` text
157) ENGINE=MyISAM DEFAULT CHARSET=latin1;
158/*!40101 SET character_set_client = @saved_cs_client */;
159
160--
161-- Dumping data for table `version`
162--
163
164LOCK TABLES `version` WRITE;
165/*!40000 ALTER TABLE `version` DISABLE KEYS */;
166/*!40000 ALTER TABLE `version` ENABLE KEYS */;
167UNLOCK TABLES;
168/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
169
170/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
171/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
172/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
173/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
174/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
175/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
176/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
177
178-- Dump completed on 2012-02-19 15:29:45