标签:create drop inux ros 清空 table bsp 显示 mysql
describe 表名;
use 库名;
create table 表名(字段设定列表);
delete from 表名;
drop table 表名;
linux 中对 mysql 数据表的基本命令
原文地址:https://www.cnblogs.com/7q4w1e/p/9762645.html