Pomelo.EntityFrameworkCore.MySql icon indicating copy to clipboard operation
Pomelo.EntityFrameworkCore.MySql copied to clipboard

MySQL 8.4.0 error prompt Plugin' mysqlnotative_password 'is not loaded

Open talksmallice opened this issue 1 year ago • 4 comments

Starting from MySQL 8.4.0, the default authentication plugin is' caching_sha2_password ', while the' mysql_cative_password 'authentication plugin is no longer enabled by default. How can I use the' caching_sha2_password 'plugin to connect now?

talksmallice avatar May 23 '24 01:05 talksmallice