single-sign-on icon indicating copy to clipboard operation
single-sign-on copied to clipboard

mysql driver配置

Open CreditTone opened this issue 5 years ago • 3 comments

ssouser:ssouser-password@tcp(mysqlhost:3306)/sso?charset=utf8mb4,utf8

CreditTone avatar Jun 19 '19 07:06 CreditTone

"DataSource": ":-@tcp(127.0.0.1:3308)/?charset=utf8mb4,utf8\u0026readTimeout=30s\u0026writeTimeout=30s",很模糊

CreditTone avatar Jun 19 '19 07:06 CreditTone

是的,你真棒! 但是我改了端口密码之后,报了这个错:

[2022/12/04 23:46:36 CST] [INFO] 服务正在初始化...
[2022/12/04 23:46:36 CST] [INFO] Pinging SQL master database
[2022/12/04 23:46:36 CST] [EROR] Failed to ping DB retrying in 10 seconds err=this authentication plugin is not supported

请问你有遇到过如何解决吗?

Kevin-free avatar Dec 04 '22 15:12 Kevin-free

是的,你真棒! 但是我改了端口密码之后,报了这个错:

[2022/12/04 23:46:36 CST] [INFO] 服务正在初始化...
[2022/12/04 23:46:36 CST] [INFO] Pinging SQL master database
[2022/12/04 23:46:36 CST] [EROR] Failed to ping DB retrying in 10 seconds err=this authentication plugin is not supported

请问你有遇到过如何解决吗?

已经解决了,因为是 MySQL 8,将 plugin 改成 mysql_native_password 就好了。

Kevin-free avatar Dec 04 '22 16:12 Kevin-free