会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
elliot.noob
编程爱好者,共同学习:618436842
CnBlogs
Home
New Post
Contact
Admin
Subscription
2017年3月14日
mysql数据库修改主键自增及出现的问题
1.创建数据库: create database user ( uid int not null, username varchar(25) not null, password varchar(25) not null. primary key(uid) ); 该语句创建的数据库的主键是user,
Read More
posted @ 2017-03-14 11:30 elliot.noob
Views(1258)
Comments(0)
Diggs(0)
公告