- 积分
- 16841
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
Database changed$ ^9 _0 K: l8 U6 x! h
MariaDB [zabbix]> show tables;
0 m3 B; p$ F6 F4 l* x! ^$ a+------------------+; |* j0 G6 H, N" q: b
| Tables_in_zabbix |" j) `2 ~5 T8 _/ T6 w6 H
+------------------+
}& H/ y8 ^. m| group_discovery |/ P7 Q+ j% ?% h/ U
| group_prototype |
' a7 l8 H! L8 _1 Y I8 t| groups |2 ~5 i' Y9 c r3 x4 Q
| hosts |
[" \# b/ r+ |8 c| maintenances |7 U7 @: U8 i. I+ j
| screen_user |
~" A' d( Q9 ]/ z* N| screen_usrgrp |
6 j9 ?0 U) @7 \* z; g! U( f/ ?. N| screens |
/ n( x1 ^4 ]& M7 _* u5 q| screens_items |
; Q: y }* x6 U9 U# T Q4 i| slideshows |
: h% h) r' N0 P/ `| users |
# ?: i: W- L; M* _+ B0 r+------------------+
& S" Q4 _! q8 ^* N7 y* E11 rows in set (0.00 sec): B7 y1 C/ J0 u. s
" e) B! a, C$ q# |# N; m$ P( hMariaDB [zabbix]> drop tables group_discovery group_prototype;
6 l5 X2 n/ x l( M; {ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'group_prototype' at line 14 D: q8 D& f% n( r5 s
MariaDB [zabbix]> drop tables group_discovery,group_prototype;2 w" c/ K. |3 Z
Query OK, 0 rows affected (0.11 sec)! m/ J4 M: `8 Q- b8 v" r& A% z* b
1 o9 x/ a% P6 c( w2 d) O# X' V
MariaDB [zabbix]> drop tables groups,hosts,maintenances, screen_user,screen_usrgrp,screens,screens_items,slideshows,users;
$ v u; j6 t% q; H% A& BQuery OK, 0 rows affected (0.28 sec). Z1 S2 O* ?* x0 s$ ~1 }
) d; g7 S3 Q9 @8 \4 e- ?' J
MariaDB [zabbix]> show tables;* \2 `1 P( Y+ i$ d$ M% V' h+ n, L
Empty set (0.00 sec)
8 T1 F0 q5 b$ Q% \$ B4 [& i6 O
4 G1 Z' i, P+ ]) ^0 d' y: C7 p, \
) e5 P) s' u' @5 |9 F |
|