cube-js/cube

I can't connect to MySQL 8 - ER_NOT_SUPPORTED_AUTH_MODE

已關閉

#3,525 建立於 2021年10月7日

 (14 則留言) (6 個反應) (0 位負責人)Rust (1,965 個分叉)batch import
driver:mysqlhelp wanted

倉庫指標

星標
 (19,563 顆星)
PR 合併指標
 (平均合併 5天 16小時) (30 天內合併 138 個 PR)

描述

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.

貢獻者指南