Save Data in Arabic in MySQL database

前端 未结 7 1974
我在风中等你
我在风中等你 2020-11-22 14:13

I have changed the charset of the tables and of the column, i get the arabic text as ???? marks in MYSQL database

here is the design of the table

  C         


        
7条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 14:52

    Change the database tables collations types to utf8_general_ci and also table fields collations change to utf8_general_ci.

提交回复
热议问题