12 |
|
# it when done. |
13 |
|
# |
14 |
|
|
15 |
< |
|
15 |
> |
# |
16 |
|
# Host: localhost Database : co600_10_db |
17 |
+ |
# |
18 |
|
|
18 |
– |
|
19 |
|
# -------------------------------------------------------- |
20 |
|
# |
21 |
|
# Table structure for table 'cpu' |
30 |
|
KEY id_3 (id) |
31 |
|
); |
32 |
|
|
33 |
+ |
# |
34 |
+ |
# Dumping data for table 'cpu' |
35 |
+ |
# |
36 |
|
|
37 |
|
|
38 |
|
# -------------------------------------------------------- |
43 |
|
CREATE TABLE disk ( |
44 |
|
id bigint(20) DEFAULT '0' NOT NULL, |
45 |
|
p tinyint(4) DEFAULT '0' NOT NULL, |
46 |
< |
disk_free bigint(20) DEFAULT '0' NOT NULL, |
47 |
< |
disk_total bigint(20) DEFAULT '0' NOT NULL, |
46 |
> |
disk_free bigint(20) DEFAULT '0', |
47 |
> |
disk_total bigint(20) DEFAULT '0', |
48 |
> |
mount varchar(31), |
49 |
> |
label varchar(31), |
50 |
|
KEY id (id) |
51 |
|
); |
52 |
|
|
53 |
+ |
# |
54 |
+ |
# Dumping data for table 'disk' |
55 |
+ |
# |
56 |
|
|
57 |
+ |
|
58 |
|
# -------------------------------------------------------- |
59 |
|
# |
60 |
|
# Table structure for table 'packet' |
82 |
|
KEY id (id), |
83 |
|
UNIQUE id_2 (id) |
84 |
|
); |
85 |
+ |
|
86 |
+ |
# |
87 |
+ |
# Dumping data for table 'packet' |
88 |
+ |
# |