Enable `mysqlx` plugin on RDS

0

I'm using the MySQL 8.0 C++ connector and need to enable the mysqlx plugin on my RDS instance, otherwise I cannot connect my code. When I do SHOW plugins it shows up as installed, but disabled.

There doesn't seem to be any documentation anywhere explaining how to enable it or why it's disabled.

1 Answer
0

I beleive not all plugins are supported for RDS.

Please check https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.html

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions