A
Q. Post MySQL 6.0, utf8 was
- Correct Answer - Option(D)
- Views: 18
- Filed under category MySQL
- Hashtags:
A
Post MySQL 5.5 (including MySQL 6.0 and beyond), the utf8 character set was replaced by a new character set called utf8mb4. The original utf8 character set in MySQL was capable of storing only up to 3 bytes per character, which was insufficient to store certain characters in the Unicode standard (e.g., some emoji and other characters outside the Basic Multilingual Plane).
The new utf8mb4 character set was introduced to support the full Unicode character set, using up to 4 bytes for each character, which allows it to store all possible Unicode characters, including those outside the Basic Multilingual Plane (BMP).
Thus, the correct answer to the question is (D) 4 bytes.
You must be Logged in to update hint/solution
Be the first to start discuss.
Discusssion
Login to discuss.