摘要: 1、显示当前所有数据库:show databases;。 2、创建数据库:create database cesh。 3、进入(使用)数据库:use ceshi(数据库名) 4、显示数据库中的表:show tables 备注:数据类型: 数字型 整型:tinyint 1字节 2^8 int 4字节 阅读全文
posted @ 2018-06-01 16:29 所爱隔山隔海 阅读(98) 评论(0) 推荐(0)