I have successfully installed and run an INNODB Cluster on mysql 8.0.19

However I cannot set options for the cluster

when we run

cluster=dba.getCluster();
cluster.options();

We get the following error

Invalid object member options (AttributeError)

Please advise?

有帮助吗?

解决方案

What MySQL Shell version are you using?

<Cluster>.options() was introduced in version 8.0.14:

https://mysqlserverteam.com/mysql-innodb-cluster-changing-cluster-options-live/

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top