会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
NewObject_1
顺平弟子
博客园
首页
新随笔
联系
管理
订阅
01 2016 档案
服务器,数据库连接注意mysql的user表
摘要:update user set host='localhost' where user='root';
阅读全文
posted @
2016-01-22 16:18
NewObject_1
阅读(163)
评论(0)
推荐(0)
数据库操作
摘要:1.数据库字段添加注释ALTER TABLE ttt COMMENT '测试表'; ---给整张表alter table t_kaohei modify column userId int comment '专员id'; ---给一个字段2.添加索引alter table ttt add in...
阅读全文
posted @
2016-01-07 16:18
NewObject_1
阅读(156)
评论(0)
推荐(0)
公告