0 comments (0 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
**描述你使用过程中遇到的问题: **
Contributor guide
- Tech stack
- javamysql
- 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
- MySQL client usageMycat basic setup
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue reports a password error when connecting to Mycat on Windows using the MySQL command line. The screenshot indicates an authentication failure. Start by examining Mycat's configuration files, specifically server.xml and user.xml, to verify the user's password settings. Check if Mycat uses plaintext or encrypted passwords, and ensure the MySQL client is connecting to the correct port (default 8066). Look into Mycat's authentication source code, e.g., the Authenticator class, to understand how passwords are validated. Test with a simple password or consult Mycat's documentation on password configuration. Since no additional details or reproduction steps are provided, consider asking the reporter for their Mycat version, operating system details, and exact command used.