MySQL collation to store multilingual data of unknown language

前端 未结 3 1376
迷失自我
迷失自我 2020-12-14 04:08

I am new to multilingual data and my confession is that I never did tried it before. Currently I am working on a multilingual site, but I do not know which language will be

3条回答
  •  暖寄归人
    2020-12-14 04:46

    You can insert any language text in MySQL Table by changing the Collation of the table Field to 'utf8_general_ci '.It is case insensitive.

提交回复
热议问题