issue-report.yml
issue-report.yml
| Title | Labels |
|---|---|
Failed to buid? Use this form.
We don't use this issue tracker to help users.
Please use this tracker only when you are sure about it is an issue of this software.
If you had trouble, please ask it on some user community.
-
Python Discord
For general Python questions, including developing application using MySQL. -
MySQL Community Slack
For general MySQL questions. -
mysqlclient Discuss
For mysqlclient specific topics.
A clear and concise description of what the bug is.
- Server and version (e.g. MySQL 8.0.33, MariaDB 10.11.4)
- OS (e.g. Windows 11, Ubuntu 22.04, macOS 13.4.1)
- Python version
e.g. brew install mysql-cleint, brew install mariadb, apt-get install libmysqlclient-dev
Complete step to reproduce.
Do not expect maintainer complement any piece of code, schema, and data need to reproduce.
You need to provide COMPLETE step to reproduce.
It is very recommended to use Docker to start MySQL server.
Maintainer can not use your Database to reproduce your issue.
If you write only little code snippet, maintainer may close your issue
without any comment.
e.g. docker run -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 --rm --name mysql mysql:8.0