MySQL 8.0

来自WHY42
Riguz留言 | 贡献2023年12月13日 (三) 03:18的版本 (Created page with " * In MySQL 8.0, utf8mb4 is the default character set and uses a more modern utf8mb4_0900_ai_ci collation as the default. The prior version of MySQL 5.7 supported the utf8mb4_unicode_520_ci collation but not the latest version of Unicode utf8mb4_0900_ai_ci. * MySQL 8.0 introduces roles for managing privileges but this feature did not exist in MySQL 5.7<ref>https://github.blog/2023-12-07-upgrading-github-com-to-mysql-8-0/</ref>. Category:MySQL Category:Storage ...")
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
  • In MySQL 8.0, utf8mb4 is the default character set and uses a more modern utf8mb4_0900_ai_ci collation as the default. The prior version of MySQL 5.7 supported the utf8mb4_unicode_520_ci collation but not the latest version of Unicode utf8mb4_0900_ai_ci.
  • MySQL 8.0 introduces roles for managing privileges but this feature did not exist in MySQL 5.7[1].