myesn

myEsn2E9

hi
github

ABP: Connection to MySQL 8.0 error Authentication method 'caching_sha2_password' failed

Just a simple note. This error is not related to ABP, but for categorization purposes, I will associate it with ABP.

ABP uses the MySQL ORM Pomelo.EntityFrameworkCore.MySql.

The solution is to add the following to the connection string:

SslMode=Preferred;
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.