- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 83字
- 2021-08-20 10:06:05
The default character set
The default character set has been changed from latin1 to UTF8. UTF8 is the dominating character set, though it hadn't been a default one in prior versions of MySQL. Along with the character set default, collation has been changed from latin1_swedish_ci to utf8mb4_800_ci_ai. With these changes globally accepted, character sets and collations are now based on UTF8; one of the common reasons is because there are around 21 different languages supported by UTF8, which makes systems provide multilingual support.
推薦閱讀
- Learn ECMAScript(Second Edition)
- 大話PLC(輕松動(dòng)漫版)
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐教程(第2版)
- Visual C++程序設(shè)計(jì)教程
- ReSharper Essentials
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Linux核心技術(shù)從小白到大牛
- HTML5+CSS3基礎(chǔ)開(kāi)發(fā)教程(第2版)
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級(jí)版)
- JavaScript:Moving to ES2015
- Java 9模塊化開(kāi)發(fā):核心原則與實(shí)踐
- 大模型RAG實(shí)戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- 從零開(kāi)始學(xué)Linux編程
- Spring Boot+MVC實(shí)戰(zhàn)指南
- 深入分析GCC