pulaofury's picture
Update README.md
98dd3fd verified
metadata
size_categories:
  - 100B<n<1T
language:
  - en

确保使用的数据库是 MySQL ,支持 utf8mb4 字符集。(推荐 8.0.24 版本)

首先,创建一个名为 bili_comments 的数据库,使用 utf8mb4 字符集,以及 utf8mb4_unicode_ci 排序规则。

然后,运行sql文件,将数据导入数据库。

共3张表,分别是:

  1. 番剧表 tb_video ,共 2830 条记录,结构如下: 1.PNG
  2. 用户表 tb_member ,共 3408176 条记录,结构如下: 2.PNG
  3. 评论表 tb_comment ,共 13487291 条记录,结构如下: 3.PNG

Ensure you have a MySQL database that supports utf8mb4. (8.0.24 is highly recommended)

First, you create a database named bili_comments with charset utf8mb4 ordered by utf8mb4_unicode_ci.

Second, you import the SQL file into your database. Tables and records will be loaded automatically.