MYSQL - Turkish character

后端 未结 3 1633
北恋
北恋 2020-12-01 09:53

I retrieve datas from mysql

This is normally which i have in db

This is normally i have in db

Seçimler, Şirketler ve Siyasi Partiler
         


        
3条回答
  •  庸人自扰
    2020-12-01 10:46

    What made the difference for me was to add these lines:

    collation_server = utf8_unicode_ci

    character_set_server = utf8

    to my.ini file (at the end of the document) I have tried everything else but they all failed until I made this change. It's really been a great help. Thanks oezi.

提交回复
热议问题