Skip to content

Compatibility Issue of MySQL 5.7 & 8.0 #779

Closed
@billy1624

Description

@billy1624

Hi, I was trying the library for the first time and connecting to MySQL. However, I found a compatibility issue on two different version of MySQL.

Using the same connection string mysql://username:password@127.0.0.1/db, it cannot login to MySQL 8.0 but successful on MySQL 5.7.

Error message when logging in MySQL 8.0 are as follows:

MySqlDatabaseError { code: Some("28000"), number: 1045, message: "Access denied for user \'username\'@\'localhost\' (using password: YES)" }

Thank you so much!!

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