标签:端口 建议 关键字 databases 规范 输入 tables top 数据
cmd 输入 net start 服务名字
net stop 服务名
show databases;//显示数据库
use 数据库名; //切换数据库
show tables [from 数据库名]//显示数据库表
desc 表名; //查看表的结构
不区分大小写
建议关键字大写, 表名列名小写
命令用";"结尾
注释
标签:端口 建议 关键字 databases 规范 输入 tables top 数据
原文地址:https://www.cnblogs.com/l1057618497/p/12222907.html