How to use “mysql_native_password” in MySQL?
I tried using the command
default-authentication-plugin=mysql_native_password
at startup, but it didn't work, and the database failed to start. Since I use Prisma ORM, I need mysql_native_password
instead of sha256 authentication
3 Replies