Skip to content

fix: stop embedded mysql log spam about mysql_native_password#167

Merged
thesuperzapper merged 1 commit into
deployKF:mainfrom
thesuperzapper:stop-embedded-mysql-logspam
May 27, 2024
Merged

fix: stop embedded mysql log spam about mysql_native_password#167
thesuperzapper merged 1 commit into
deployKF:mainfrom
thesuperzapper:stop-embedded-mysql-logspam

Conversation

@thesuperzapper

Copy link
Copy Markdown
Member

This PR stops the embedded MySQL instance from constantly printing the following logs:

[Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
[Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
[Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
[Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'

NOTE: can't avoid using mysql_native_password because Kubeflow Pipelines currently does not support caching_sha2_password (kubeflow/pipelines#9549).

@thesuperzapper thesuperzapper added this to the v0.1.5 milestone May 27, 2024
@thesuperzapper
thesuperzapper merged commit 5631e26 into deployKF:main May 27, 2024
@thesuperzapper
thesuperzapper deleted the stop-embedded-mysql-logspam branch May 27, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant