From d1a4f810c00e7145ef86af09394513b137e42e20 Mon Sep 17 00:00:00 2001 From: mba1398 <26516464+mba1398@users.noreply.github.com> Date: Sun, 10 Oct 2021 10:53:31 +0800 Subject: [PATCH] =?UTF-8?q?Update=20ch00:=20=E7=8E=AF=E5=A2=83=E6=90=AD?= =?UTF-8?q?=E5=BB=BA.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch00: 环境搭建.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch00: 环境搭建.md b/ch00: 环境搭建.md index 061c853..7b3b2eb 100644 --- a/ch00: 环境搭建.md +++ b/ch00: 环境搭建.md @@ -556,7 +556,7 @@ DataGrip是大名鼎鼎的 JetBrains 出品的数据库工具, 支持windows, ma 下述SQL脚本可用于创建本教程所使用的示例数据库 `shop` 以及数据库中表的创建和数据的插入。 -详见《附录3 - shop.sql》 +详见 `./materials/shop.sql` >SQL 脚本的一些要点-- v 2020-09-08 >0.存储引擎使用 InnoDB, 字符集改为 utf8mb4 以更好地支持中文.