建立數據庫 數據庫
create database "db_name" spa
顯示全部的數據庫 rem
show databases string
刪除數據庫 it
drop database "db_name" class
使用數據庫 test
use db_name 數據
顯示該數據庫中全部的表 db
show measurements word
建立表,直接在插入數據的時候指定表名
insert test,host=127.0.0.1,monitor_name=test count=1
刪除表
drop measurement "measurement_name"