摘要: 查看数据库 show databases; 新建数据库 命令 create database 库名字。 选择数据库 use 2016test; 创建表:create table 表名(字段1,2,3....); auto_increment 自增 primary key 主键 查看表结构 : des 阅读全文
posted @ 2016-06-27 19:26 BiuBiuBiu666 阅读(222) 评论(0) 推荐(0) 编辑