1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

更新Mysql内容

This commit is contained in:
Snailclimb 2018-06-06 21:26:38 +08:00
parent d9b99be660
commit 6ea16670b7

View File

@ -26,6 +26,7 @@
- **存储引擎**
[MySQL常见的两种存储引擎MyISAM与InnoDB的爱恨情仇](https://juejin.im/post/5b1685bef265da6e5c3c1c34)
- **字符集及校对规则**
字符集指的是一种从二进制编码到某类字符符号的映射。校对规则则是指某种字符集下的排序规则。Mysql中每一种字符集都会对应一系列的校对规则。