随笔分类 -  mysql

摘要:简单介绍一下关于索引的创建 查看 删除 创建: create index ID ON zyftest(ID) 查看:show index from zyftest 删除:drop index ID on zyftest 阅读全文
posted @ 2017-10-16 21:39 猪是得念来过倒 阅读(101) 评论(0) 推荐(0)
摘要:产品快落地了。。不能再偷偷用root用户了,信息中心的人要来把root用户没收回去了。。心疼 只能自己偷偷加个有全部权限的用户啊哈哈 首先创建一个用户吧。 用 create mysql ; 或者 insert into mysql.user(Host,User,Password) values("l 阅读全文
posted @ 2017-09-08 12:03 猪是得念来过倒 阅读(132) 评论(0) 推荐(0)