Closed
Description
Describe the bug
version 1.0.2
connections.py line 924/996 need _auth.scramble_old_password
, but _auth.py does not have the function
Code:
data = _auth.scramble_old_password(self.password, self.salt) + b"\0"
elif plugin_name == b"mysql_old_password":
data = (
_auth.scramble_old_password(self.password, auth_packet.read_all())
+ b"\0"
)
Environment
- PyMySQL version: 1.0.2
Metadata
Metadata
Assignees
Labels
No labels