1.cmd/
2.cd ' program Files'
3.cd 'MySQL.exe'
4.cd bin
5.-hlocalhost -uroot -phbtt
6.create table student(
studentName int(4) null commment'学生姓名',
studentNo varchar(4) not null commment'学生数量'
)