Jump to content

What is the current gold standard for MySQLcollation for CC6?


ploughguy

Recommended Posts

I have seen a bunch of discussions in the fora about code pages, and I read a bunch of them but did not find a definitive answer about the recommended code page for MySQL databases for CubeCart 6.

Is there a recommended collation, such as utf8_unicode_520_ci?


As always, thanks for your help,

Russ

Link to comment
Share on other sites

Hi Russ, I would think that's the "best choice". However I don't know to what extent it could be overkill and if version 5.2.0 requires any more of less resources or if it makes no difference. 

I wish I understood a little more. There seems to be a lot of discussion as to utf8mb4_0900_ai_ci being a solid choice. 

Link to comment
Share on other sites

If you have direct access to the database server, in its configuration file, set collation_* to "utf8mb4_general_ci", and set character_set_* to "utf8mb4" (character_set_filesystem is "binary").

The 'mb4' part allows for several new extended sets of emojis that require 4 bytes to represent.

 

Link to comment
Share on other sites

  • 3 weeks later...

Hii, myenvoy

You can use collations like utf8mb4_unicode_ci for improved Unicode support, especially if your website caters to international audiences with diverse character sets. This collation ensures proper sorting and comparison of Unicode characters.

Edited by Eleanor1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...