When linking mysql database in DW set up the Chinese character set appeared garble code solution

  • 2020-03-31 20:32:58
  • OfStack

Just Chinese appear garbled code, after the link database, add this sentence
Utf8,
Mysql_query (" SET NAMES 'utf8 ");
GBK words
Mysql_query (" SET NAMES 'GBK' ");

Related articles: