mysql新建用户,使用dbeaver连接,显示Public Key Retrieval is not allowed
方法一:在数据库连接串后面添加 ?allowPublicKeyRetrieval=true 即可(注意这种方式可能导致安全风险,推荐使用mysql_native_password):

方法二:在该数据库中使用mysql_native_password
方法一:在数据库连接串后面添加 ?allowPublicKeyRetrieval=true 即可(注意这种方式可能导致安全风险,推荐使用mysql_native_password):

方法二:在该数据库中使用mysql_native_password