摘要: 一:基础操作 1.数据库创建 2.远程连接 + + +| user | host |+ + +| mysql.session | localhost || mysql.sys | localhost || root | localhost |+ + + 3.mysql> update user se 阅读全文
posted @ 2018-07-16 21:52 lei-jia-ming 阅读(159) 评论(2) 推荐(0) 编辑
摘要: 普通索引 create table student(id int primary key auto_increment, name varchar(20), age int,index (name) # 为 name 这个字段创建索引,索引名默认名为 字段的名字 index user_name(na 阅读全文
posted @ 2018-07-16 16:35 lei-jia-ming 阅读(102) 评论(0) 推荐(0) 编辑