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 modified spirit to try it, and as expected it fails to subscribe to the binlog:
ERRO[0013] canal start sync binlog err: start sync replication at binlog (mysql-bin-changelog.000003, 267160) error ERROR 1105 (HY000): Failed to register slave; too long 'report-password'
ERRO[0013] canal has failed. error: start sync replication at binlog (mysql-bin-changelog.000003, 267160) error ERROR 1105 (HY000): Failed to register slave; too long 'report-password'
panic: canal has failed
goroutine 15 [running]:
github.com/cashapp/spirit/pkg/repl.(*Client).startCanal(0x1400047c000)
/Users/mtocker/go/src/github.com/cashapp/spirit/pkg/repl/client.go:376 +0x234
created by github.com/cashapp/spirit/pkg/repl.(*Client).Run in goroutine 1
/Users/mtocker/go/src/github.com/cashapp/spirit/pkg/repl/client.go:333 +0x4e0
exit status 2
Attempting to use
spirit
with an account that uses RDS IAM DB Authentication results in an error likeThe same error arises when running with
LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1
It would be neat if we could workaround this error with either the env var or a
--enable-cleartext-plugin
equivalent CLI optionThe text was updated successfully, but these errors were encountered: