You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy the QueryBook using your official Helm chart.
Making some fixes in helm/values.yaml (see at the bottom) I deployed the querybook into the dev cluster.
Now, I see something strange in the logs of mysql pod: 2023-11-13 17:16:47 233 [Warning] Aborted connection 233 to db: 'unconnected' user: 'unauthenticated' host: '10.x.x.x' (This connection closed normally without authentication) 2023-11-13 17:17:16 234 [Warning] Aborted connection 234 to db: 'querybook2' user: 'test' host: '10.x.x.x' (Got an error reading communication packets) 2023-11-13 17:17:17 235 [Warning] Aborted connection 235 to db: 'unconnected' user: 'unauthenticated' host: '10.x.x.x' (This connection closed normally without authentication)
I'm interested only in default connection for user 'test' which should work, but doesn't.
I tried to connect to DB using 'mysql' command which are inside of the pod with mysql and it works (show me the MariaDB [querybook2]> console): mysql -h mysql-querybook -P 3306 -u test -ppassw0rd -D querybook2 --default-character-set=utf8mb4
Greetings to you all!
I'm trying to deploy the QueryBook using your official Helm chart.
Making some fixes in helm/values.yaml (see at the bottom) I deployed the querybook into the dev cluster.
Now, I see something strange in the logs of mysql pod:
2023-11-13 17:16:47 233 [Warning] Aborted connection 233 to db: 'unconnected' user: 'unauthenticated' host: '10.x.x.x' (This connection closed normally without authentication) 2023-11-13 17:17:16 234 [Warning] Aborted connection 234 to db: 'querybook2' user: 'test' host: '10.x.x.x' (Got an error reading communication packets) 2023-11-13 17:17:17 235 [Warning] Aborted connection 235 to db: 'unconnected' user: 'unauthenticated' host: '10.x.x.x' (This connection closed normally without authentication)
I'm interested only in default connection for user 'test' which should work, but doesn't.
I tried to connect to DB using 'mysql' command which are inside of the pod with mysql and it works (show me the MariaDB [querybook2]> console):
mysql -h mysql-querybook -P 3306 -u test -ppassw0rd -D querybook2 --default-character-set=utf8mb4
My helm/values.yaml:
The text was updated successfully, but these errors were encountered: