一、分析
1.用户的注册

  • 主表:id auto_increment primary key userid unique
    user(id,userid,userpwd,nickname,sex,tel,email,job,content,faceid)

2.用户登录
3.用户浏览博客
4.用户发表博客

  • typeinfo表:typeinfo(id,type)
  • blog表:blogtable(id,userid,bigtitle,smalltitle,content,times,type)

5.用户评论博客

  • comment表:comment(id,blogid,userid,times,content)

6.用户可进行删除编辑
7.用户个人信息的设置与修改
8.用户关注博客

  • concern表:concern(id,myid,blogid,toid)

9.用户搜索

msqul blog视图如下:
blog数据库的分析与搭建
二、

相关文章:

  • 2021-07-09
  • 2022-01-22
  • 2021-06-16
  • 2021-04-06
  • 2022-01-03
  • 2021-11-20
  • 2021-06-03
猜你喜欢
  • 2022-01-25
  • 2022-12-23
  • 2021-07-01
  • 2021-04-02
  • 2021-10-02
  • 2021-11-11
  • 2022-01-27
相关资源
相似解决方案