Home  >  Q&A  >  body text

Is utf8mb4_0900_ai_ci a suitable collation for general use in MySQL 8.0.30?

Used to store and search MySQL data in many different languages, such as indexing website titles for all domain names...

Will the collation work properly using utf8mb4_0900_ai_ci? I found that this is what MySQL 8.0.30 switches to when importing data from the old server (MySQL 5.7).


P粉431220279P粉431220279283 days ago472

reply all(1)I'll reply

  • P粉161939752

    P粉1619397522024-01-11 12:55:12

    Yes, the default value in MySQL 8.0 is utf8mb4_0900_ai_ci. You can check the default system settings yourself by consulting the manual, for example: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_collation_server

    Yes, this is a good collation to use in MySQL 8.0. That's what I would choose. It includes the latest changes to the UTF standard available in MySQL.

    reply
    0
  • Cancelreply