Closed
Description
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
Labels
No labels