Mysql
缺少 Innodb 集群選項
我已經在 mysql 8.0.19 上成功安裝並執行了一個 INNODB Cluster
但是我無法為集群設置選項
當我們跑步時
cluster=dba.getCluster(); cluster.options();
我們得到以下錯誤
Invalid object member options (AttributeError)
請指教?
您使用的是什麼 MySQL Shell 版本?
<Cluster>.options()
在 8.0.14 版本中引入:https://mysqlserverteam.com/mysql-innodb-cluster-changing-cluster-options-live/