You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/21 04:35:29 UTC

[GitHub] [incubator-shardingsphere] tuohai666 edited a comment on issue #4049: fix Chinese garbled

tuohai666 edited a comment on issue #4049: fix Chinese garbled
URL: https://github.com/apache/incubator-shardingsphere/pull/4049#issuecomment-576514042
 
 
   @mylyed To solve the Chinese garbled problem, please refer to an issue before: https://github.com/apache/incubator-shardingsphere/issues/2890
   
   Please add these parameters in jdbcurl of Sharding-Proxy's conf file:
   `useUnicode=true&characterEncoding=UTF-8&character_set_server=utf8mb4`
   
   More information about the character set please refer to: https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-charsets.html.
   
   I think we can resolve the problem this way instead of hard code charset.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services