You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPi5 with Raspbian (Linux pi5 6.6.62+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux)
latest official mysql docker containier (9.2)
and I am using this crate (tried v 25.0.0 and 26.0.0) in my Rust project to connect to the database.
I am using Pool::new method to create a DB connection and I am getting this error
Pool: Could not connect to MySQL db!: DriverError { Unknown authentication protocol: sha256_password }
I have already checked what auth plugin is set in the mysql.users table inside the DB and it is caching_sha2_password, so I am not really sure where is the sha256_password comming from.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I am on a
RPi5 with Raspbian (Linux pi5 6.6.62+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux)
latest official mysql docker containier (9.2)
and I am using this crate (tried v 25.0.0 and 26.0.0) in my Rust project to connect to the database.
I am using
Pool::new
method to create a DB connection and I am getting this errorPool: Could not connect to MySQL db!: DriverError { Unknown authentication protocol:
sha256_password}
I have already checked what auth plugin is set in the
mysql.users
table inside the DB and it iscaching_sha2_password
, so I am not really sure where is the sha256_password comming from.Thanks
The text was updated successfully, but these errors were encountered: