Thanks to visit codestin.com
Credit goes to github.com

Skip to content

function _auth.scramble_old_password lost #1006

Closed
@fhkankan

Description

@fhkankan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions