dos命令

Posted gwhm

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dos命令相关的知识,希望对你有一定的参考价值。

新建一个库并设置编码
create database 数据库名称 character set utf8 collate utf8_general_ci ;
创建表:
mysql> create table if not exists class(
-> id int primary key auto_increment,
-> name varchar(30) not null,
-> bj int default ‘1‘)engine=InnoDB character set utf8 collate utf8_general_ci;
删除数据库
drop database 库名
当前时间
datetlme now() default

一个表中可以有多个唯一约束。
创建表时添加约束
unique唯一约束
create table temp1(
id int not null unique,
name varchar(25) comment ‘注释‘,
);

查询单个
show create database 数据库的名称;
插入内容
insert into class values(null,‘‘,‘‘);




















以上是关于dos命令的主要内容,如果未能解决你的问题,请参考以下文章

dos的CMD命令

电脑dos命令查看

dos里面的基本命令

DOS的常用命令

DOS常用命令 | DOS命令

谁有好的外部命令。dos命令!谢谢了!