When running the mysql setup job on RDS V8 has any...
# all-things-deployment
a
When running the mysql setup job on RDS V8 has anyone run into this?
Plugin caching_sha2_password could not be loaded: Error loading shared library
I've tried some of the fixes on the internet like this one
Copy code
ALTER USER "user" IDENTIFIED WITH mysql_native_password BY 'foobar';
But still coming up against it
b
we have not seen this 😞