Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新建连接时出现插件未加载错误 #12

Closed
jiqing112 opened this issue Oct 14, 2019 · 3 comments
Closed

新建连接时出现插件未加载错误 #12

jiqing112 opened this issue Oct 14, 2019 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jiqing112
Copy link

6b622b8b83a04160.png

@jiqing112
Copy link
Author

点击connect没反应,test connect显示成功,save connect点了提示保存成功,主界面没反应,关掉新建连接的窗口之后主界面一下多出来好多连接信息
-711a70e1244dc883.png

@taozuhong taozuhong self-assigned this Oct 14, 2019
@taozuhong taozuhong added this to the 1.0.0 milestone Oct 14, 2019
@taozuhong taozuhong added the enhancement New feature or request label Oct 14, 2019
@taozuhong taozuhong modified the milestones: 1.0.0, 0.8.3 Oct 15, 2019
@taozuhong
Copy link
Collaborator

taozuhong commented Oct 15, 2019

分析
MySQL 客户端库(mariadb.dll)缺失导致无法连接

解决方案

带上MySQL 客户端库需要的相关安全插件
mysql_clear_password.dll
caching_sha2_password.dll
sha256_password.dll
auth_gssapi_client.dll

@taozuhong taozuhong added bug Something isn't working and removed enhancement New feature or request labels Oct 15, 2019
@taozuhong
Copy link
Collaborator

临时解救办法:切换密码验证方式

1.) Open terminal / hyper
2.) mysql -u root -p
3.) Enter your password
4.) ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY 'password';

@taozuhong taozuhong added this to the 1.0 milestone Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants