From 6ea16670b701f684aee5cb0e9d25e3187909dfd8 Mon Sep 17 00:00:00 2001 From: Snailclimb Date: Wed, 6 Jun 2018 21:26:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Mysql=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据存储/Mysql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/数据存储/Mysql.md b/数据存储/Mysql.md index 3eeec536..1e9aa5e8 100644 --- a/数据存储/Mysql.md +++ b/数据存储/Mysql.md @@ -26,6 +26,7 @@ - **存储引擎** [MySQL常见的两种存储引擎:MyISAM与InnoDB的爱恨情仇](https://juejin.im/post/5b1685bef265da6e5c3c1c34) + - **字符集及校对规则** 字符集指的是一种从二进制编码到某类字符符号的映射。校对规则则是指某种字符集下的排序规则。Mysql中每一种字符集都会对应一系列的校对规则。