Save Data in Arabic in MySQL database

前端 未结 7 1971
我在风中等你
我在风中等你 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 15:06

    Make sure that your client software is also using UTF-8.

    http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html

提交回复
热议问题