3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java9,451 stars (9,451 stars)3,886 forks (3,886 forks)batch import
help wanted
Description
通过MyCat只连接Sqlserver数据库时,出现中文乱码问题,求大神解答
Contributor guide
- Tech stack
- javasql
- Domain
- database
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Basic understanding of MyCatSQL Server character encodingJava JDBC connection string encoding
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Check the MyCat configuration files (server.xml, schema.xml) for charset settings. Verify the SQL Server connection URL includes character encoding parameters (e.g., useUnicode=true&characterEncoding=utf8). Review the MyCat documentation on character set handling and look for similar resolved issues in the repository.