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

base镜像中mysql client版本升级至5.7 #1660

Merged
merged 2 commits into from
Jul 9, 2022

Conversation

nick2wang
Copy link
Collaborator

fix #1659
为兼容mysql 8.0默认的caching_sha_password认证方式,需要将docker base中的mysql client升级至5.7版本

不升级的临时处理方法:

-- 将mysql 8.0的实例配置账号认证方式修改为mysql_native_password
alter user archery_user@'xxx' identified with mysql_native_password by 'archery_password';

@codecov
Copy link

codecov bot commented Jul 7, 2022

Codecov Report

Merging #1660 (09537c7) into master (2ffb6de) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1660   +/-   ##
=======================================
  Coverage   75.71%   75.71%           
=======================================
  Files          91       91           
  Lines       14212    14212           
=======================================
  Hits        10760    10760           
  Misses       3452     3452           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ffb6de...09537c7. Read the comment docs.

@nick2wang
Copy link
Collaborator Author

编译sqladvisor依赖Percona-Server-shared-56,待解决

@nick2wang
Copy link
Collaborator Author

编译sqladvisor依赖Percona-Server-shared-56,待解决

已处理

@hhyo hhyo merged commit bc1191f into hhyo:master Jul 9, 2022
@nick2wang nick2wang deleted the upgrade-mysql-client-version branch July 13, 2022 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants