Inserting Gujarati text into a MySQL tables results in junk characters and unreadable text

后端 未结 2 731
一个人的身影
一个人的身影 2021-02-06 04:37

I have three MySQL tables and I\'m inserting Gujarati content into them. When I insert two tables, they\'re inserted fine and are readable but in one table, it is showing junk c

2条回答
  •  鱼传尺愫
    2021-02-06 05:09

    Just you have to like ...

    in Your Mysql DataBase Table.. Just Change 'Collation' of column Name. To 'utf8mb4_general_ci'.

    and you can store any Gujarati font in database

提交回复
热议问题