- 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.
推薦閱讀
- Unity Virtual Reality Projects
- Hadoop+Spark大數據分析實戰
- 征服RIA
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Instant Nancy Web Development
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- R語言數據可視化:科技圖表繪制
- Python入門很輕松(微課超值版)
- Mockito Essentials
- C++從入門到精通(第6版)
- 零基礎C#學習筆記
- Python網絡爬蟲實例教程(視頻講解版)
- 量子計算機編程:從入門到實踐
- 數據結構與算法詳解
- Python Business Intelligence Cookbook