一、清空數據表數據庫
truncate 表名table
二、單純顯示是否存在數據庫, 則可用數據
show databases like 數據庫名;tab
三、 單純顯示是否存在數據表, 則可用 data
show tables like 表名; ab