cube-js/cube

I can't connect to MySQL 8 - ER_NOT_SUPPORTED_AUTH_MODE

Fermée

#3 525 ouverte le 7 oct. 2021

 (14 commentaires) (6 réactions) (0 personne assignée)Rust (1 965 forks)batch import
driver:mysqlhelp wanted

Métriques du dépôt

Stars
 (19 563 étoiles)
Métriques de merge PR
 (Merge moyen 5j 16h) (138 PRs mergées en 30 j)

Description

I'm trying to load the project locally using the Docker command, when trying to connect to my local MySQL 8 database I get the following error:

Runtime Error
Cube.js was unable to connect to the specified database.

The database returned the following error:


>Database Error

Error: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client

It seems to me that the client used by Cube does not support MySQL 8 authentication method.

Guide contributeur