Thanks 👍 I can confirm the instructions work as expected. And started exploring the tool, it seems like rippled doesnt use a password field for connection. Any idea if there is a plan to add support for that in it?
Part 1: Add password support for connecting to a master: https://github.com/google/mysql-ripple/pull/5
Part 2: Get rippled to verify passwords for things connecting to it (mysql_native_password)
Part 3: Add TLS support
Part 4: Support caching_sha2_password as used in MySQL 8.0, which requires TLS (or RSA pubkey)
Thanks 👍 I can confirm the instructions work as expected. And started exploring the tool, it seems like
rippled
doesnt use apassword
field for connection. Any idea if there is a plan to add support for that in it?Originally posted by @akshaysuryawanshi in https://github.com/google/mysql-ripple/issues/1#issuecomment-459152544
Part 1: Add password support for connecting to a master: https://github.com/google/mysql-ripple/pull/5 Part 2: Get rippled to verify passwords for things connecting to it (mysql_native_password) Part 3: Add TLS support Part 4: Support
caching_sha2_password
as used in MySQL 8.0, which requires TLS (or RSA pubkey)