-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
new charset definition added #591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
When connection to MySQL 8, PyMySQL may raise an exception, such as `KeyError: 255`. To solve the problem, serval new charset definition was added to this file.
See #577 |
Doesn't they conflict with other servers compatible MySQL protocol, especially MariaDB? |
Since MySQL 8 is not GA yet, I don't want to add them now |
What version of MySQL do you use? |
https://github.com/PyMySQL/PyMySQL#example Why don't you read README before asking question??? https://medium.com/@methane/why-you-must-not-ask-questions-on-github-issues-51d741d83fde#.uoo6bjv13 |
it solves my problem, thank you very much |
When connecting to MySQL 8, PyMySQL may raise an exception, such as
KeyError: 255
.To solve the problem, serval new charset definition was added to this file.