Skip to content

如何导入表文件 #9

@xzh1024

Description

@xzh1024

因为作者排序规则用的utf8mb4_0900_ai_ci,很多新版本找不到这个选项,所以我们用Notepad++打开trip.sql文件(不一定用np++),然后ctrl+F搜索 utf8mb4_0900_ai_ci 全部替换成 utf8mb4_general_ci
然后保存文件。

新建库
数据库名: trip
字符集: utf8mb4 -- UTF-8 Unicode
排序规则: utf8mb4_general_ci

然后就可以导入trip.sql这个表了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions