mysql字符集设置-中文乱码.md

  1. SET character_set_client = utf8 ;
  2. SET character_set_connection = utf8 ;
  3. SET character_set_database = utf8 ;
  4. SET character_set_results = utf8 ;
  5. SET character_set_server = utf8 ;

参考博文:http://www.cnblogs.com/donqiang/articles/2057972.html

原文地址:https://www.cnblogs.com/yldf/p/6970568.html